Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
My MFC application successfully compiled and linked in VS2005 but unfortunaly, I randomly get an empty warning box without any text

(program still works correctly) only when double click on generated released exe file, program ran without any problem when is

opened

in VS2005.
I've been really confused and can't trace the bug.
Help me! please.
Posted
Updated 17-Feb-10 2:04am
v2

1 solution

You could try to attach to the process at "time of box"
and then - press "break" and observe its stack... :)
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900