I have a MFC exe project with ATL support. (VC++ adds ATL support to MFC when you insert new ATL object.) I add some messages to my application using AfxMessageBox for debug purposes. Now, If I run my application in the debugger, AfxMessageBox works and pops up dialog boxes with my messages. But when I run the application by double clicking on it in "My Computer" no message will pop up, although, I see the process in Task Manager. I created a simple MFC application and it does not show this problem. Has anybody have an idea what might be causing this?
Thank you.
Ali
Thank you.
Ali