Showing archive results for 2007

Oct 12, 2007
Post comments count0
Post likes count0

How to redistribute the Visual C++ Libraries with your application

Visual CPP Team
Visual CPP Team

Hello again, this is Ben Anderson, SDET on the Visual C++ libraries team.  One of the most common questions we get from customers on the forums and elsewhere is “My app needs the Visual C++ Libraries (CRT, ATL, MFC, OpenMP or some combination thereof) – how do I get them on my customers’ machines?”  It’s also...

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

Hello from Korea

Visual CPP Team
Visual CPP Team

As part of the Visual C++ effort of introducing our new strategy to the C++ developers, Ulzii Luvsanbat and myself (Ayman Shoukry) are currently in Korea talking to the Korean developers about our strategy and the new features in Visual C++ 2008. The Microsoft Korean subsidiary did an excellent job organizing the events and customer meetings. More...

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

Soma Blog: Performance Improvements in Visual C++ 2008

Visual CPP Team
Visual CPP Team

Soma just blogged about some of the performance improvements we're making in Visual C++ 2008.  We'll post some details on the Visual C++ team blog when we get a chance, but for now you might want to head over to Soma's blog and check out what we've been working on.  As always, feel free to comment on that post.  We do read them...and...

C++
Sep 21, 2007
Post comments count0
Post likes count0

Channel 9: Ale Contenti and Louis Lafreniere – Understanding Exceptions and When/How to Handle Them

Visual CPP Team
Visual CPP Team

During Ale Contenti's first Channel 9 video (VC++ Safe Libraries and More) he was asked how the Safe CRT worked with exceptions.  This was a great question, but too much to handle at the time.  Ale suggested the topic was worth a whole other video...and so here it is!  Ale is joined in this video by Louis Lafreniere (developer on the...

C++
Sep 20, 2007
Post comments count0
Post likes count0

Visual C++ Libraries Development Regression Tests

Visual CPP Team
Visual CPP Team

Hi, my name is Pat Brenner and I’m a software design engineer on the Visual C++ libraries team.  I’d like to spend some time talking about our process for preventing regressions in our libraries code.   After I joined the libraries team about a year ago, I was told about the set of sniff tests that we needed to run before che...

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

What Does a VC++ QA Do Daily?

Visual CPP Team
Visual CPP Team

Hello everyone, this is Smile Wei, an SDET (QA) in the VC Compiler team. This is not only my first blog on vcblog, but also my first ever blog.As you might have guessed, I’m a new face around here, joining Microsoft only 3 ½ months ago. Here I’d like to give a brief introduction to the daily life as a VC QA and, to answer the fol...

C++
Sep 10, 2007
Post comments count0
Post likes count0

"Build On The Fly" Testing

Visual CPP Team
Visual CPP Team

Hello. This is Pengpeng again.  I wrote a blog not long ago talking about security testing for the Visual C++ IDE as a parser. The IDE is definitely a lot more than just a parser. Among other things, it provides an integrated software development experience with browsing, go to definition, go to declaration, quick info, auto completion &hellip...

C++
Sep 6, 2007
Post comments count0
Post likes count0

QA Gauntlet

Visual CPP Team
Visual CPP Team

Hello.  I’m Rob Huyett, an SDET on the VC Libraries team.  My topic for today isn’t really anything about new technology, or the wonders of Orcas, or anything like that.  It’s really just to give you all a little view of how things work around here.  I’m writing today to talk about one of the tools we use...

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

What Compiler Does the Compiler Team Use…and Decoding Version Numbers

Visual CPP Team
Visual CPP Team

Hi: Jonathan Caves here.  Recently I received some queries from users wanting to know what version of the Visual C++ compiler I use in my daily work. Well...that’s not really a simple question as I tend to use several different versions of the compiler. <aside>Before I proceed a little aside on decoding the Visual C++ compiler...

C++
Aug 17, 2007
Post comments count0
Post likes count0

Visual C++ Code Model

Visual CPP Team
Visual CPP Team

Hi, my name is Vytautas Leonavičius, and I'm recent addition to VC++ IDE dev team. My focus areas are VC Wizards and VC++ Code Model (CM). Today, I’d like to talk about future of the CM. In a sentence (actually, two sentencesJ), the VC++ CM is a collection of classes that allows a client to get source code reflected in objects. Objects...

C++