PDA

View Full Version : How do debug "Unhandled Win32 Exception"



Doug Broadwell
4th October 2006, 00:18
I'm working throught the tutorial in C++ GUI Programming with Qt 4 and am getting an "Unhandled win32 exception happened in sortdialog.exe [3156]". The Visual Studio 2005 debugger pops up but I can only trace the assembly code - not the C code. How can I debug this code?

Thanks

munna
4th October 2006, 05:17
Open the project in Visual Studio and then run the debug version. You will be able to find the place where the application is crashing.