Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install the minimal facilities of Visual Studio 2008 sufficient for building C++ applications using Visual Studio 2010's multitargeting?

Dev10 has facilities for using the C++ compiler shipped in Orcas. However, I really don't need to install the full IDE -- I merely need to use Orcas' compiler because I need to support Windows 2000.

What's the simplest way of installing just the bits required to build using Orcas' toolset in Dev10?

like image 937
Billy ONeal Avatar asked Nov 14 '22 04:11

Billy ONeal


1 Answers

Given your condition, I'd say just install VS2008 and use it. While it's not what you want it's the fastest path to working.

like image 186
Joshua Avatar answered Feb 15 '23 21:02

Joshua