Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.785 Beiträge
 
#1

Quick Bugs Triage with QT Windows Exception Logging Technique

  Alt 31. Mai 2024, 06:30
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...
  Mit Zitat antworten Zitat