Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4616042
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:55:33+00:00 2026-05-22T01:55:33+00:00

If possible at all, does anyone know how to use the full c++ toolset

  • 0

If possible at all, does anyone know how to use the full c++ toolset shipped with Visual Studio 2010 (compiler/linker/sdk) in Visual Studio 2008?
Would changing all directories listen under Options->Projects and Solutions->VC++ Directories be sufficient, or is there more to it? And suppose I try it this way, are there any caveats to it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:55:34+00:00Added an answer on May 22, 2026 at 1:55 am

    I kinda forgot about this question until today a friend was saying how great C++0x was. I’m still in love with VS2008, much more than with 2010 which is above all things slow, so decided to give it a go.
    And, I still can’t believe it, but with a minimum of hacks it actually works.

    And it works great: sitting before VS2008 you don’t even notice it’s actually using the 2010 toolset. Unless you look at cl/link’s logo. Or off course, unless you are suddenly able to use lambdas. I could not find any problems so far whatsoever. Editing etc works like it alwasy did, building works, debugging works, that’s all I need.

    Here’s what I did:

    • make a batch file setting up the envorinment for use with Windows SDK 7.1 / VS2010 toolset, but leaving devenv from the VS2008 installation. Mostly copied this from 2010’s setenv.cmd.
    • now the dirty bit: copy msobj100.dll, mspdb100.dll , mspdbcore.dll and mspdbsrv.exe into the 2010’s VSINSTALLDIR/bin directory (or put them in your PATH somweher). This is required else cl.exe doesn’t work, nor would debugging.
    • launch from same command line where batch file was run using devenv /useenv
    • smile

    This is the used batchfile for an x64 machine:

    SET PlatformToolset=Windows7.1SDK
    SET ToolsVersion=4.0
    SET WindowsSDKVersionOverride=v7.1
    SET Path32=%ProgramFiles(x86)%
    SET "VCINSTALLDIR=%Path32%\Microsoft Visual Studio 10.0\VC\"
    SET "VSINSTALLDIR=%Path32%\Microsoft Visual Studio 10.0\"
    SET "VCTools=%VCINSTALLDIR%Bin"
    SET "VCTools=%VCTools%;%VCTools%\VCPackages;"
    SET "VCLibraries=%VCINSTALLDIR%Lib"
    SET "VCIncludes=%VCINSTALLDIR%INCLUDE"
    SET Path=%FxTools%;%VSTools%;%VCTools%;%SdkTools%;%Path%
    SET OSLibraries=%WindowsSdkDir%Lib
    SET OSIncludes=%WindowsSdkDir%INCLUDE;%WindowsSdkDir%INCLUDE\gl
    SET "LIB=%VCLibraries%;%OSLibraries%;%FxTools%"
    SET "LIBPATH=%FxTools%;%VCLibraries%"
    SET "INCLUDE=%VCIncludes%;%OSIncludes%"
    

    EDIT instead of batchfile combined with /useenv, there’s another way that does the same but more direct: the settings for VC++ Directories are all saved in the file %APPDATA%/VisualStudio/9.0/VCComponents.dat. So if you take the original one and replace all occurrences of $(VCINSTALLDIR) with $(ProgramFiles)\Microsoft Visual Studio 10.0\VC\ it works as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know if it's possible to use regex capture within Apache's DirectoryMatch directive?
Does anyone know if its possible to use standard frameworks etc in silverlight &
does anyone know how its possible to make a rating system that updates across
Anyone know how to create an OpenGL ES app that doesn't use the full
Does anyone know how to use Ruby to grab a list of the MAC
Does anyone know a way to have all the rows of one column of
does anyone know if its possible to replace the updatepanel in asp.net ajax toolkit
Does anyone know if it is possible to create a Facebook Application using an
does anyone know if it is possible to remove the overlay where I previously
Does anyone know what made Apple leave out NSAttributedString when turning AppKit into UIKit?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.