[fpc-pascal] uses <unit> in '<filepath\filename>'; not supported ?

Skybuck@home.nl skybuck at home.nl
Sun Jan 16 13:00:55 CET 2005


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