Blog - Title

January, 2010

  • Visual C++ Team Blog

    Precompiled Header Files in Visual Studio 2010

    • 33 Comments
    Hello, this is Andy Rich from the Visual C++ front-end team. Today, I’ll be discussing the use of precompiled header files (aka PCH files) in our new intellisense architecture. Back in May, Boris briefly mentioned an intellisense optimization based...
  • Visual C++ Team Blog

    How to read/write the new Visual C++ project properties

    • 3 Comments
    Visual C++ 2010 introduces several new project properties and item metadata that are not accessible via the traditional VC interfaces. Andrew Arnott discusses the new way to read and write project properties in Visual C++ 2010 using the IVCRulePropertyStorage...
  • Visual C++ Team Blog

    Dialog Editor Improvements in Visual Studio 2010

    • 23 Comments
    Hello, my name is Daofa Li, and I am on the Visual C++ QA team. In this post I will be sharing with you the improvements in Dialog Editor for Visual Studio 2010. In Visual Studio 2010, we have improved Dialog Editor in the following features: ·...
  • Visual C++ Team Blog

    VCBuild vs. C++ MSBuild on the Command Line

    • 11 Comments
    In Visual Studio 2010, the command line tool vcbuild.exe will be replaced by msbuild.exe. The executable change does mean switches will change, too. To help make the migration easier, I have created this table as a quick guide to the new switches and...
  • Visual C++ Team Blog

    DIA based Stack Walking

    • 12 Comments
    Hello, I am Manish Vasani, an SDET on the VC++ compiler backend team. In this series of posts, I will talk about call stacks and how to use the DIA SDK for implementing a stack walking client that builds a call stack. If you are interested in knowing...
Page 1 of 1 (5 items)