debug/release exe is not working...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have devloped an application in vc++ 2005. I can debug this
application. And I can see the output also while debugging (F5, F10, F11).

But, I could not run this application (debug/release exe) by double
click on the exe.

How to resolve this issue?
 
Hi Alex,
I have devloped an application in vc++ 2005. I can debug this
application. And I can see the output also while debugging (F5, F10,
F11).

But, I could not run this application (debug/release exe) by double
click on the exe.

What error do you get?
 
Hi SvenC,

I dint get any error.

In my application, main window -> child windows are there. We are using
some components (like third party)
in child windows. When I double click on my application, it is displaying
main window and child window also.
after that, it is suddenly disappearing. But, It is 100% working fine when
debug with F8, F10, F11 and breakpoints.

any clue?

Thanks in advance.
 
Hi Alex,

Alex said:
Hi SvenC,

I dint get any error.

In my application, main window -> child windows are there. We are
using
some components (like third party)
in child windows. When I double click on my application, it is displaying
main window and child window also.
after that, it is suddenly disappearing. But, It is 100% working fine when
debug with F8, F10, F11 and breakpoints.

You could download the debugging tools for Windows and run your release exe
from WinDbg to see if it catches any exceptions.

See: http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
 
Back
Top