wxWidgets exception handling

Posted by Alex Farber on Stack Overflow See other posts from Stack Overflow or by Alex Farber
Published on 2010-05-13T05:34:43Z Indexed on 2010/05/13 5:44 UTC
Read the original article Hit count: 252

When unhandled exception is handled in wxWidgets application in Windows, program shows Abort-Retry-Ignore message produced by Widgets exception handler. I want to get normal unhandled exception behavior: program should terminate with standard Windows unhandled exception dialog. Can I prevent Widgets to catch unhahnled exceptions?

© Stack Overflow or respective owner

Related posts about wxwidgets

Related posts about exception-handling