> > 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.