(under Vista) program.exe has stopped working

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
 
B

Bryan Phillips

Check your application event log for an error message. Also, you can
look for the minidump file it created and analyze it with WinDbg.
 
G

gmb

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top