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

Signature
Thanks & Regards,
Alex.
> Hi Alex,
> >
[quoted text clipped - 9 lines]
> --
> SvenC
SvenC - 10 Sep 2007 07:11 GMT
Hi Alex,
> Hi SvenC,
>
[quoted text clipped - 7 lines]
> 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
--
SvenC
Alex - 10 Sep 2007 08:16 GMT
Thank you. I will check it out and let you know.

Signature
Thanks & Regards,
Alex.
> Hi Alex,
>
[quoted text clipped - 17 lines]
> --
> SvenC