QT Windows C++ Applications do not have a specific Windows
Exception handler.
In MFC, there is a CodeProject project
XCrashReport.
In QT, there isn't a specific SEH (Structured
Exception Handler) so you need to add this manually.
In main.cpp file, before QT starts, add the following lines
The above code, paired with an on-line
Weiterlesen...