Subject Re: [Firebird-Architect] XSQLDA/XSQLVAR issues
Author Dimitry Sibiryakov
On 12 Jan 2005 at 8:54, Nando Dessena wrote:

>D> I had hard time in the past trying to catch Windows' SE from GCC
>
>did you manage to do it in the end? We have the same problem in
>FlameRobin.

Yes. I set up a handler with SetUnhandledExceptionFilter(). In this
handler I throw C++ exception. The trich is: the program must be
compiled with -fnon-call-exceptions switch.
--
SY, Dimitry Sibiryakov.