Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I compile using VS2008's C++ compiler using VS2010 and only the Server 2008 Platform SDK?

Tags:

c++

visual-c++

I'd rather not install the entire VS 2008 installation given that I'm not going to be using anything other than the compiler. Will VS 2010's multitargeting work correctly using only the Platform SDK instead of the full VS2008 install?

like image 253
Billy ONeal Avatar asked Jul 21 '10 01:07

Billy ONeal


1 Answers

The custom setup options are not nearly fine-grained enough to allow you to leave the big chunks like the IDE out. It isn't just the SDK that's used, at least the VC subdirectory needs to be there. And bits of Common7, also the folder that contains the IDE. Rename the folders, delete them later if it works out.

like image 153
Hans Passant Avatar answered Nov 11 '22 19:11

Hans Passant