C++ Team Blog

The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team

Support Policy for ATL Server Library

Recently the VC++ team released ATL Server as a shared source library on Codeplex.com  to allow its user community to enhance the library in different directions and at a faster pace than we are able to support. Since then we have received some questions about how this impacts the support policy for ATL Server. The impact of releasing ATL...
Comments are closed.0 0
C++

Visual Studio 2008 (Orcas) Beta 2 Now Available!

Microsoft Visual Studio 2008 (codename "Orcas") Beta 2 is now available for download.  We encourage you to download and try this early release. As the goal of this preview is to gather feedback from the developer community, please use Microsoft Connect to report any issues, or to suggest improvements.  You can use the VC++ Orcas ...
Comments are closed.0 0
C++

Class Designer Needs Your Feedback!

Dear all, Class Designer is a tool in Visual Studio which enables visualization of class structures, class building and refactoring. It uses a diagramming notation that is loosely based on the UML Class Diagram standard, but presents specific language terminology. Class Designer was first introduced in Visual Studio 2005, with support for...
Comments are closed.0 0
C++

Visual C++ has left the building (well a couple of us will)

Hello   Getting out of the office and meeting customers in their own surroundings is something we are always extremely eager to do. Along these lines, Jonathan Caves, Boris Jabes and myself will be heading to Israel at the end of the month for a couple of events being organized by Yosi and other team members in the local subsidiary. Here...
Comments are closed.0 0
C++

Testing the IntelliSense engine

Hi, I am James Wang, an SDET on the VC++ Compiler Front End team. Currently, I am working on designing the test architecture for the new IntelliSense engine. I am responsible to design tests that make sure the IntelliSense engine gives correct answer for quick info, member list, parameter help, and etc. Currently we have a test suite that ...
Comments are closed.0 0
C++

Why your application fails to load after building with a new version of VS?

In this blog post I would like to outline how the build decides the CRT dependencies and what that means to the user. This basic trouble shooting guide should come in handy for diagnosing dependency errors. Please note that Nikola's blog is an awesome source for additional help (http://blogs.msdn.com/nikolad/). ** Where does an ...
Comments are closed.0 0
C++