> 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