Connecting Tech Pros Worldwide Forums | Help | Site Map

debug/release exe is not working...

=?Utf-8?B?QWxleA==?=
Guest
 
Posts: n/a
#1: Sep 9 '07
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?

--
Thanks & Regards,
Alex.

SvenC
Guest
 
Posts: n/a
#2: Sep 9 '07

re: debug/release exe is not working...


Hi Alex,
Quote:
>
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?

--
SvenC
=?Utf-8?B?QWxleA==?=
Guest
 
Posts: n/a
#3: Sep 10 '07

re: debug/release exe is not working...


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.

--
Thanks & Regards,
Alex.


"SvenC" wrote:
Quote:
Hi Alex,
Quote:

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?
>
--
SvenC
>
SvenC
Guest
 
Posts: n/a
#4: Sep 10 '07

re: debug/release exe is not working...


Hi Alex,

"Alex" <Alex@discussions.microsoft.comwrote in message
news:C19E922C-3ECF-4646-8275-82D85E3CD9D9@microsoft.com...
Quote:
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/devtoo...nstallx86.mspx

--
SvenC

=?Utf-8?B?QWxleA==?=
Guest
 
Posts: n/a
#5: Sep 10 '07

re: debug/release exe is not working...


Thank you. I will check it out and let you know.

--
Thanks & Regards,
Alex.


"SvenC" wrote:
Quote:
Hi Alex,
>
"Alex" <Alex@discussions.microsoft.comwrote in message
news:C19E922C-3ECF-4646-8275-82D85E3CD9D9@microsoft.com...
Quote:
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/devtoo...nstallx86.mspx
>
--
SvenC
>
Closed Thread