SetUnhandledExceptionFilter and GCC
General and Desktop
2
Posts
2
Posters
2.8k
Views
1
Watching
-
wrote on 17 Sept 2011, 10:34 last edited by
Why doesn't the Windows function SetUnhandledExceptionFilter work in Qt programs built with GCC?
The custom handler function is not called when an exception (e.g. access violation) is thrown.
It works correctly with the Visual C++ tools.
-
wrote on 17 Sept 2011, 10:37 last edited by
Does AddVectoredExceptionHandler() work?
1/2