[fpc-pascal] Re: uses <unit> in '<filepath\filename>'; not supported ?
Skybuck@home.nl
skybuck at home.nl
Sun Jan 16 13:12:01 CET 2005
Ok this seems to work only in the program section of delphi program and not
in other units etc.
----- Original Message -----
From: "Skybuck at home.nl" <skybuck at home.nl>
To: "free pascal mailing list" <fpc-pascal at lists.freepascal.org>
Sent: Sunday, January 16, 2005 1:00 PM
Subject: uses <unit> in '<filepath\filename>'; not supported ?
> Hi,
>
> Some of my delphi uses clauses look like this:
>
> program FolderTest;
>
> uses
> unittest in '..\unittest.pas';
>
> begin
> writeln('Hello World');
> readln;
> end.
>
> Free Pascal Win32 Dos Ide reports:
>
> Fatal: Can't find unit unittest
>
> Bye,
> Skybuck.
More information about the fpc-pascal
mailing list