Thread: getting MSVC out of debug mode.

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    411

    getting MSVC out of debug mode.

    when i go into the project>settings dialog and change the 'settings for' combo box to 'Win32 Release' it changes all the project settings to get a exe without the debug info, but when i push ok, and go back and check it again everything is still like it was before. no changes?

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    156
    What you are doing is changing the project settings for debug or release. What you want to do is from the menu select Build then Set active configuration then select one of the configurations available.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using the Debug mode ((F10) V.S 2005
    By csonx_p in forum Windows Programming
    Replies: 21
    Last Post: 06-17-2008, 05:06 PM
  2. Why my code works only in debug mode?
    By pingpangpang in forum C++ Programming
    Replies: 3
    Last Post: 06-04-2007, 12:39 PM
  3. Results in Debug and Release mode are different
    By jaro in forum C Programming
    Replies: 11
    Last Post: 05-27-2006, 11:08 AM
  4. Debug Mode Vs. Release Mode
    By incognito in forum Tech Board
    Replies: 5
    Last Post: 12-18-2003, 04:06 PM
  5. 2min in debug mode, 3sec in release!
    By glUser3f in forum C++ Programming
    Replies: 9
    Last Post: 10-03-2003, 01:00 PM