CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    15

    A problem about changing a project from "debug" to "release"?

    I want to release my project, so I select Project-Setting on the VC++'s menu and a dialog appears.
    There is a "Settings For" combo box and its default setting is "Win32 Debug". I change it to "Win32 Release" and click OK button. But the compiler still use "Win32 Debug" while I rebuild this project.
    How could I use "Win32 Release" to compile my project? Thanks!


  2. #2
    Join Date
    May 1999
    Posts
    10

    Re: A problem about changing a project from "debug" to "release"?

    Instead Project-Settings you should choose Build-Set Active Configuration

    It will work.


  3. #3
    Join Date
    May 1999
    Posts
    15

    Re: A problem about changing a project from "debug" to "release"?

    I do it by your way and work well. Thanks!


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