[lazarus] objpas and linux

Peter Vreman pfv at cooldown.demon.nl
Thu May 13 17:18:42 EDT 1999



Please don't use the objpas unit directly in the uses clause. Please put a 

{$mode objfpc}

in top of the file.

New compiler snapshots (starting tomorrow) will issue a warning.


Also use the common pascal way to read a file instead of fdopen/fdread, so
it can also be compiled for win32. If the linux unit is really need place
it atleast between a {$ifdef linux}


Peter







More information about the Lazarus mailing list