[fpc-pascal]Pascal err

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Jan 2 11:06:22 CET 2002


On Mon, 31 Dec 2001, jalil wrote:

> I am a first year student having difficulty with the pascal compiler and was
> wondering if someone could help me. I typed in a simple program as follows:
> program hello;
> begin
>        WriteLn ('hello');
> end.
>
> When i tried compiling, an error occured. The message said:
> hello.pas(2,1)Fatal:Can't find unit SYSWIN32
> I would greatly apprieciate it if someone could help me out as soon as
> possible.

You should set the path to the system unit:

ppc386 "-Fu/pp/units/win32/*" hello.pas

Michael.





More information about the fpc-pascal mailing list