Thread: Setting up a MSVC.NET 2002 project for Release mode

  1. #1
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743

    Setting up a MSVC.NET 2002 project for Release mode

    Okay...I did this once back a long time ago with MSVC 6.0, but I havent done it yet with .NET.

    I have attempted to use my knowledge of how things were done back in 6.0 and create a Release mode copy of my project instead of a Debug mode one, yet I have utterly failed.

    There are still 3 dependencies I need to get rid of, and cant figure out how:

    msvci70.dll msvcr70.dll msvcp70.dll

    Anyone got a clue how to do it? I have searched all throughout the Project Settings and cannot figure out how. I have it on NDEBUG (not _DEBUG), and I have it on Multithreaded DLL (not Multithreaded Debug DLL). Also as far as I can see all the .lib dependencies check out...unless I am stupid and don't know that one is actually a debug lib and shouldnt be there or should be changed....
    My Website

    "Circular logic is good because it is."

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Can't you just change the active mode to Release? Or are there special settings with those DLLs that you need specifically set?

  3. #3
    jasondoucette.com JasonD's Avatar
    Join Date
    Mar 2003
    Posts
    278
    Yes, there should already be two default configurations - Debug and Release. You should be able to select the Release configuration, and then modify it to your liking (i.e. change the run time library to multi-threaded, etc.) You should have not needed to create this entirely yourself, nor should you be changing the default configuration (Debug) into a Release-style configuration, as you will not be able to switch back and forth quickly between the two.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Project details: Dedicated
    By Stack Overflow in forum Projects and Job Recruitment
    Replies: 9
    Last Post: 02-22-2005, 03:10 PM
  2. Setting Graphics Mode
    By Unregistered in forum Game Programming
    Replies: 13
    Last Post: 03-27-2002, 10:01 PM
  3. Setting a VESA mode
    By SMurf in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 01-01-2002, 06:54 PM