[fpc-pascal]Need Windows Dialog Help

Marco van de Voort marcov at stack.nl
Tue Jan 9 08:42:12 CET 2001


> > program testa;
> > uses
> >   Windows, messages, sysutils;
> ....
> 
>    I tried to compile it under FPC/Win32: the messages unit doesn't exist
> with FPC, but the program compiles when you remove it from the uses
> clause -->
> 
> program testa;
> uses
>    Windows, sysutils;

IIRC, the Delphi 4 messages unit compiles under FPC.




More information about the fpc-pascal mailing list