[fpc-devel]Libc compatibility issue

rstar at mnet-online.de rstar at mnet-online.de
Sat Nov 22 17:22:01 CET 2003


Subject:  Libc compatibility issue
Example:

{$IFDEF Kylix}
     ret := Libc.system(PChar(ACmd));
{$ELSE}
     ret := Libc.__system(PChar(ACmd));
{$ENDIF}









More information about the fpc-devel mailing list