On 2/2/2010 11:27 PM, RAINA Rajat wrote:
Thanks Dave for the quick response!

What I understand from your reply is that you use the standard C++
exception handling. However, what happens in the case any exception is
not handled by this? Does Xerces anywhere use the Microsoft's
SetUnhandledExceptionFilter in the code?
What I said was Xerces-C uses standard C++ exceptions. The C++ standard is explicit regarding what happens when an exception is not handled.

There is no Windows-specific code for structured exception handling and there is no Windows-specific code that raises structured exceptions.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to