Posts by this author

Jul 23, 2007
Post comments count0
Post likes count0

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 the ...

C++
Jul 12, 2007
Post comments count0
Post likes count0

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 is a...

C++
Jul 5, 2007
Post comments count0
Post likes count0

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 directs ...

C++
Jul 2, 2007
Post comments count0
Post likes count0

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 application get...

C++
Jun 27, 2007
Post comments count0
Post likes count0

Fixing "Unsatisfied forward declaration" error from MIDL

Earlier this week I was helping a customer port some code from Visual Studio 2005 to a beta build of Orcas when we noticed an interesting change of behavior in how the new version of midl.exe (from the Windows Vista SDK release) was parsing code.  In case you run into the issue, here's a brief description, along with what we did to work around...

C++
Jun 26, 2007
Post comments count0
Post likes count0

Fuzz Testing

Hello. My name is Pengpeng Wang, a new VC++ IDE QA member. I joined Microsoft and the VC++ IDE team just a little over four months ago. These four months have been quite an experience for me. It still seems like yesterday that I was struggling with my first .NET “hello world” assignment. My mentor, Alvin (yes the Alvin Chardon guy who w...

C++
Jun 12, 2007
Post comments count0
Post likes count0

Fixing COM Interface Redefinition Error

Hello my name is Steven Toscano and I work on the Visual C++ IDE team.  Recently we had a customer visit that exposed a common problem people are seeing when migrating to VS2005 from older versions of VS. You will encounter this problem if you have defined an interface with the same name as one of the interfaces introduced in the Visual S...

C++
Jun 11, 2007
Post comments count0
Post likes count0

Testing VCRedist

Hi everyone,My name is Rob Huyett, and I’m an SDET on the Visual C++ Libraries team.  I’ve been here at Microsoft for just a little over a year.  One of my recurring duties here is to test VCRedist in its various forms.VCRedist (just in case you aren’t already familiar with the term) refers to the process of distributing...

C++
Jun 4, 2007
Post comments count0
Post likes count0

Update on the C++-0x Language Standard

Hello: the standards body that controls the C++ language (SC22/WG21) is in the process of revising the C++ language – this new revision of the C++ language, which is currently known as C++-0x, should be finished and approved by the end of the decade. As part of this process at the recent meeting of this committee (near Oxford, England) severa...

C++
May 31, 2007
Post comments count0
Post likes count0

MSDN article: “An Inside Look At The Next Generation Of Visual C++”.

HelloWe just wanted to mention that our own Tarek Madkour has recently written an MSDN article titled “An Inside Look At The Next Generation Of Visual C++”. Tarek is a Lead Program Manager on the Visual C++ team and  has been working on different areas of the Visual C++ IDE and compiler for the past six years. This article dis...

C++