windows encountered a problem and needs to

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
stevemaples
In need of some credit
In need of some credit
Posts: 3
Joined: Fri Feb 01, 2013 10:00 am

windows encountered a problem and needs to

Post by stevemaples »

I am using codeblocks 12.11 and wxWidgets 2.8.12.01. I am working with the "Hello world" tutorial. It compiles just fine. When I run it, the windows filename.exe has encountered a problem and needs to close. I am running windows xp with service pack 3. Any help will be appreciated.
stevemaples
In need of some credit
In need of some credit
Posts: 3
Joined: Fri Feb 01, 2013 10:00 am

Re: windows encountered a problem and needs to

Post by stevemaples »

I did not explain the problem very well. When I run the program, windows pops up a dialog box that indicates that "windows Myfilename.exe has encounter a problem and needs to close." Then the dialog box gives you a choice to send a report to microsoft.
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Re: windows encountered a problem and needs to

Post by Auria »

Have you tried running the program in a debugger? codeblocks includes a debugger frontend. that's how you find the cause of crashes
"Keyboard not detected. Press F1 to continue"
-- Windows
Post Reply