Re: [fpc-devel] safecall_exceptions in OSX

2014-11-12 Thread David Jenkins
Thanks Jonas, I enabled tf_safecall_exceptions for system_i386_darwin_info and it is working for my particular need. I am using jcl (JclCompression) and the unix port of 7zip (p7zip) to provide 7z support for our app. Official current JclCompression is MSWINDOWS only and uses safecall for

Re: [fpc-devel] safecall_exceptions in OSX

2014-11-08 Thread Jonas Maebe
On 08/11/14 00:15, David Jenkins wrote: I have been using the safecall functionality in linux and it has been working. I now am porting the same code to OSX and find that safecall_exceptions is not turned on. In particular I need the functionality that catches the HRESULT and passes it back

[fpc-devel] safecall_exceptions in OSX

2014-11-07 Thread David Jenkins
I have been using the safecall functionality in linux and it has been working. I now am porting the same code to OSX and find that safecall_exceptions is not turned on. In particular I need the functionality that catches the HRESULT and passes it back to the calling function. I see that