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