debug/release exe is not working...

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?
 
S

SvenC

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?
 
G

Guest

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.
 
S

SvenC

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
 

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