简体   繁体   English

如何安装Visual Studio 2008的最小功能,足以使用Visual Studio 2010的多目标构建C ++应用程序?

[英]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. Dev10具有使用Orcas中提供的C ++编译器的功能。 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. 但是,我真的不需要安装完整的IDE - 我只需要使用Orcas的编译器,因为我需要支持Windows 2000。

What's the simplest way of installing just the bits required to build using Orcas' toolset in Dev10? 在Dev10中使用Orcas'工具集只需安装构建所需的位的最简单方法是什么?

Given your condition, I'd say just install VS2008 and use it. 鉴于你的情况,我会说安装VS2008并使用它。 While it's not what you want it's the fastest path to working. 虽然这不是你想要的,但它是最快的工作途径。

What about setting up Visual studio 2008 to work with Orcas compiler ? 如何设置Visual Studio 2008与Orcas编译器一起使用? I'm sorry I don't know about this very compiler, but I know it's possible to use VS2008 with a different compiler, because I tried it. 对不起,我不知道这个编译器,但我知道可以将VS2008与不同的编译器一起使用,因为我试过了。

You can find plenty of doc on running VS2008 with, for example, the Windows SDK compiler or VS2010 compiler. 您可以在运行VS2008时找到大量文档,例如Windows SDK编译器或VS2010编译器。 For example that links explains that quite well : http://www.codeproject.com/Tips/105011/Using-Visual-Studio-2008-IDE-with-Visual-Cplusplus.aspx 例如,链接解释得很好: http//www.codeproject.com/Tips/105011/Using-Visual-Studio-2008-IDE-with-Visual-Cplusplus.aspx

HTH HTH

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM