Ok this seems to work only in the program section of delphi program and not
in other units etc.

----- Original Message ----- 
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: "free pascal mailing list" <fpc-pascal@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.


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to