all groups > dotnet windows forms > april 2007 >
You're in the

dotnet windows forms

group:

(under Vista) program.exe has stopped working


(under Vista) program.exe has stopped working gmb
4/12/2007 12:10:19 AM
dotnet windows forms: 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
Re: (under Vista) program.exe has stopped working Bryan Phillips
4/12/2007 2:56:01 PM
Check your application event log for an error message. Also, you can
look for the minidump file it created and analyze it with WinDbg.

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net



[quoted text, click to view]
Re: (under Vista) program.exe has stopped working gmb
4/15/2007 10:42:14 PM
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

[quoted text, click to view]
AddThis Social Bookmark Button