Showing results for March 2010 - C++ Team Blog

Mar 25, 2010
0
0

To the command line enthusiasts: Some quick know-hows for Upgrading to VS 2010

Visual CPP Team
Visual CPP Team

Hello, I am Renin John, a Software Development Engineer in Test from the VC++ Project and Build team. I am aware that some of you prefer to do your daily work from the command prompt rather than from the IDE. I thought it would help if I put together instructions for the same using the knowledge I acquired testing Project Conversion. In order ...

C++
Mar 23, 2010
0
0

Visual C++ is coming to a city near you!

Visual CPP Team
Visual CPP Team

With the Visual Studio 2010 launch around the corner, members of the Visual C++ team will be traveling around the world to meet with you and showcase the many new features Visual Studio 2010 has to offer for C++ developers. If we are coming to a stop near you, feel free to drop us an email and let us know. We will be delighted to meet with you...

C++
Mar 23, 2010
0
0

C++ Build Parallelization Post On Visual Studio blog

Visual CPP Team
Visual CPP Team

Visual Studio 2010 has some enhancements that provide an easy way to get faster builds on a multiprocessor computer through parallelism. Dan Moseley a Lead Developer on MSBuild has written a blog on the C++ Build Parallelism in Visual Studio 2010.   Thank you,   Marian Luparu and Kelly Evans Visual C++ Team

C++
Mar 22, 2010
0
0

VC++ Developer Survey

Visual CPP Team
Visual CPP Team

As we wrap up Visual Studio 2010, we are starting to plan the next release of Visual C++. Our goal is to make Visual C++ a product that meets your needs. Thus we need your help.  We would like to better understand what you do. Please take a few minutes and answer the survey below. The survey is totally anonymous and the data that you provide w...

C++
Mar 18, 2010
0
0

ActiveX Test Container Application is Still Available

Visual CPP Team
Visual CPP Team

Hello, I’m Pat Brenner, a developer on the Visual C++ Libraries team.  I’ve noticed some posts on various forums lamenting the loss of the ActiveX Test Container application and I wanted to address those concerns. The ActiveX Text Container tool is still available as a sample in Visual Studio 2008 and Visual Studio 2010.  It is included i...

C++
Mar 16, 2010
0
0

VS 2010 and Source Control Providers

Visual CPP Team
Visual CPP Team

Hi, I recently explained the reasons behind the project settings changes we made for VS 2010. Let me describe to you today, how some of these changes may impact source control providers. The new .vcxproj extension and SCC We changed the C++ project file format in VS2010, migrating to the new MSBuild syntax, and we changed the project file extension...

C++
Mar 11, 2010
0
0

MFC applications now default to being DPI-aware

Visual CPP Team
Visual CPP Team

Hello, I’m Pat Brenner, a developer on the Visual C++ Libraries team, mainly responsible for MFC.  I wanted to make you aware of a subtle but meaningful change that we have made regarding MFC applications in Visual Studio 2010: all MFC applications are now marked as ‘DPI aware’ by default.  This means that your application is expected to ...

C++
Mar 9, 2010
0
0

IntelliSense/Browsing options in VC++ 2010

Visual CPP Team
Visual CPP Team

Now that Dev10 is getting close to release I want to describe in detail the various options we have included for controlling browsing and IntelliSense in VC++.  Note:  All information here is specifically about C and C++ and does not apply to C# or VB.  Some of the information contained in this blog will be available as part of our ...

C++
Mar 2, 2010
1
0

Visual Studio 2010 C++ Project Upgrade Guide

Visual CPP Team
Visual CPP Team

Hi, my name is Li Shao. I am Software Design Engineer in Test on the C++ team. As has been mentioned in many of the blogs, for example, recent blog by Felix Huang, the blog by Andreea Issac and my earlier blog, one of the major improvements in this release is that the C++ build system is moving from the VCBuild based system to the MSBuild based bui...

C++