Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Many new compile errors when I upgrade to VC 7.0

I recently upgraded my visual studio to version 7.
I can no longer compile my old measurement studio
code. Do I need to upgrade measurement studio too?
0 Kudos
Message 1 of 2
(2,853 Views)
Yes. The problem is that Visual C++ 6.0 shipped libraries for MFC 4.2 and Measurement Studio 6.0 shipped libraries that were compatible with that version of MFC. Visual C++ .NET 2002 shipped libraries for MFC 7.0, which were not binary compatible with the libraries that were built against MFC 4.2. Visual C++ .NET 2003 shipped libraries for MFC 7.1, which were not binary compatible with the libraries that were built against MFC 4.2 or MFC 7.0.

If you're using Visual C++ .NET 2002, there is a free Measurement Studio C++ .NET update that provides Measurement Studio 6.0 functionality for Visual C++ .NET 2002. If you're using Visual C++ .NET 2003, you will need to upgrade
to Measurement Studio 7.0.

- Elton
Message 2 of 2
(2,853 Views)