Hi!
On Tue, May 29, 2001 at 01:21:37PM +0200, Casper ter Kuile wrote:
I have a program with the statement: uses sysutils [...]; And I try to compile and link this and receive this error: shic3_011del.p:36: module/unit interface `Sysutils' could not be imported Anyone an idea what is going wrong and how to fix it?
Did you compile with gpc --automake your_program.p
Eike