Visual C++ Upgrades

G

Guest

Ive been using VC++ 6.0 for some time now, but I suspect the libraries are out of date fo
applications running under Win XP and Win 2000

How do I upgrade this product or get latest libraries and/or include files ????
 
C

Carl Daniel [VC++ MVP]

Paul said:
Ive been using VC++ 6.0 for some time now, but I suspect the
libraries are out of date for applications running under Win XP and
Win 2000.

How do I upgrade this product or get latest libraries and/or include
files ????

VC6 SP5 is the latest released service pack for this product. If you have
that, you're as up to date as you can be without upgrading to a newer
product. The supported lifespan of VC6 is about to end (later this year,
IIRC), so you should probably think about moving to a newer compiler like
VC7.1.

-cd
 
T

Ted

Not exactly correct. If you're talking about the Win32 API, just upgrade to
the latest Platform SDK, and then run the "Register PSDK Directories with
Visual Studio" start menu item under the Platform SDK Visual Studio
registration section. Download the Platform SDK from here:

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/

if you're talking about C Runtime Library, ATL, or MFC, you'll need to
upgrade to a newer version of Visual C++ to get those as Carl mentioned.

Ted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top