[fpc-pascal] Unhandled exception from library crashes host exe
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Jun 28 12:48:16 CEST 2012
kyan wrote on Thu, 28 Jun 2012:
> On Thu, Jun 28, 2012 at 12:45 PM, Jonas Maebe
> <jonas.maebe at elis.ugent.be> wrote:
>> The safecall calling convention is only supported on a few platforms.
>
> I want it for Win32/64, WinCE/arm and Linux. How can I find whether it
> is implemented on these platforms without having to actually test it?
You have to look for tf_safecall_exceptions in systems/i_*.pas. It's
currently supported for all Windows platforms and for Linux/i386 and
Linux/x86-64.
Jonas
More information about the fpc-pascal
mailing list