CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pocruadhlaoich

Search: Search took 0.05 seconds.

  1. Replies
    9
    Views
    5,224

    Re: Release with debug information

    Ahhh I see! Thanks very much for your help!
  2. Replies
    9
    Views
    5,224

    Re: Release with debug information

    Hi Paul,
    yes you are right. Optimisation was by default set to "Maximise speed /O2". By setting it to "Disabled /Od", then I am able to debug and view the values of the variables as they change. My...
  3. Replies
    9
    Views
    5,224

    Re: Release with debug information

    @VictorN I created a new "MFC Application" solution and added the test code above to the bottom of the application's ::InitInstance(). This was the entirety of the code that I added. I put a...
  4. Replies
    9
    Views
    5,224

    Release with debug information

    Hi,
    I am using Visual studio 2005 and would like to set up a "Release with debug information" build configuration. I created a sample MFC solution and to it added:

    =====

    std::vector<...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured