(under Vista) program.exe has stopped working

  • Thread starter Thread starter gmb
  • Start date Start date
G

gmb

Hello,
Whenever I close my program, whether it is closed by executing
this->Close(); or window's close button
I do get this window informing that some "problem cause the program to stop
working correctly".
I tried running .exe with compatibility options and as administrator.
Compiled under Visual C++ 2005 Express Edition.

May anyone enlighten me about this occurrence?

Thanks in advance,
gmb
 
Check your application event log for an error message. Also, you can
look for the minidump file it created and analyze it with WinDbg.
 
Thank You for replying,

The problem was, since i was using Empty Project template (and no Designer),
that I did not have Linker/Advanced Entry Point setting for my WinMain
function.


gmb
 
Back
Top