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
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 ba
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 tf_s