CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2011
    Posts
    1

    Project Subsystem

    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 ?

  2. #2
    Join Date
    Jul 2009
    Location
    India
    Posts
    835

    Re: Project Subsystem

    If you cant match or evaluate old project settings why dont you start a new project and paste the codes from old one ?
    ◄◄ hypheni ►►

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured