Showing results for October 2006 - C++ Team Blog

Oct 24, 2006
0
0

Conformance Testing and Breaking Changes

Visual CPP Team
Visual CPP Team

Hi, I’m Andy Rich, and I’m a Software Development Engineer in Test on the Visual C++ Compiler Front End.  My testing focus during the Orcas product cycle thus far has been compiler conformance. Implementing a conformance feature usually breaks down into two categories: positive and negative conformance.  Implementing a positiv...

C++
Oct 20, 2006
0
0

CRT Initialization

Visual CPP Team
Visual CPP Team

Hi, I’m George Mileka and I work on the Visual C++ libraries team. My team owns the CRT, ATL, MFC and STL…One subject I have always been interested in is the startup code and initialization. The subject got even more challenging as we started supporting mixing native and managed code in our binaries.Today I will talk about how the CRT ...

C++
Oct 19, 2006
0
0

Visual C++ Orcas Forums

Visual CPP Team
Visual CPP Team

You can now discuss Viscual C++ Orcas releated issues on the Orcas MSDN Forums. The Visual Studio Code Name “Orcas” September 2006 CTP is now available so download this release to see what features are beginning to come online.  The Visual C++ team will be monitoring this forum and we're looking forward to your questions and...

C++
Oct 9, 2006
1
0

What goes into a Service Pack?

Visual CPP Team
Visual CPP Team

With the VS 2003 Service Pack 1 released and the VS 2005 Service Pack 1 release imminent, it’s a good time to talk about what Visual C++ Service Packs contain and the rationale behind this. The primary purpose of a Service Pack is to improve the stability of the product over what was initially shipped. I know sometimes it’s ha...

C++
Oct 6, 2006
0
0

Servicing: The History of Visual Studio… Today!

Visual CPP Team
Visual CPP Team

Hello everyone, my name is Jamie Eckman.  I am a Software Design Engineer in Test (or SDET, for short) on the Visual C++ Libraries team, and have been for the last two and a half years.  Usually I'm in charge of testing ATL Server and our new STL/CLR library, but recently I've been working on the subject of today's post, servicing.  ...

C++