Hi,

I am debugging a solution (with one application, and a few static libs) in MS VC++ 2008. When I try to debug the application, it DOES NOT open the command prompt to display the messages. If I compile and run in release mode, the command prompt immediately comes to the new line and does not display any startup messages which it is supposed to print.

My application's subsystem is console. I matched the project settings to another of my applications which displays the command prompt (and messages) in both debug and release modes. Are there any other settings that I might be missing ?