问题描述
我宁愿不安装整个VS 2008安装,因为我不会使用编译器以外的任何东西。只有使用平台SDK 才能正确使用VS 2010的多目标/ a>而不是完整的VS2008安装?
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?
推荐答案
自定义设置选项不够细,离开大块像IDE一样。它不仅仅是使用的SDK,至少VC子目录需要在那里。和Common7的位,也是包含IDE的文件夹。重命名文件夹,以后如果有效,请删除它们。
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.
这篇关于我可以使用VS2010和只有Server 2008平台SDK编译使用VS2008的C ++编译器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!