[Lazarus] Porting Delphi to Lazarus

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Fri Mar 14 20:41:45 CET 2008


> Getting "safecall" errors at compile time.  I see stuff in the
> bug tracker about "safecall" runtime issues not resolve till
> 2.3.1

If you are going to Linux you probably don't need safecall anyway, and
you can ifdef it out for FPC:

{$ifndef fpc}safecall;{$endif}

-- 
Felipe Monteiro de Carvalho



More information about the Lazarus mailing list