问题描述
在我的部门中,我们正在从Visual Studio 2012迁移到Visual Studio2015.许多开发人员已经安装了Visual Studio 2015 Update 2或Update 3,因为它允许在编译时使用Visual Studio 2012(v110)工具集. C ++代码.
In my department, we are migrating from Visual Studio 2012 to Visual Studio 2015. Many developers already have Visual Studio 2015 Update 2 or Update 3 installed, because it allows using Visual Studio 2012 (v110) tool set when compiling C++ code.
由于Nvidia Cuda的限制,我们不能使用Visual Studio 2015 Update 3附带的平台工具集,而需要使用Visual Studio 2015 Update 1的工具集.
Due to limitations in Nvidia Cuda, we can not use the platform tool set that comes with Visual Studio 2015 Update 3, and we need instead to use the tool set for Visual Studio 2015 Update 1.
即使安装了Visual Studio 2015 Update 3,是否也可以使用Update 1工具集进行编译,还是我们都需要卸载Visual Studio 2015 Update 3,然后重新安装Update 1?
Is it possible to compile with the Update 1 toolset, even if Visual Studio 2015 Update 3 is installed, or do we all need to uninstall Visual Studio 2015 Update 3, and reinstall Update 1?
我们非常感谢您的帮助.
Any help is highly appreciated.
Jøger
推荐答案
感谢您在此处发布.
这个论坛是关于c ++开发的.由于您的情况与vs设置更为相关,因此建议您在Microsoft社区上发布以获得适当的帮助.
This forum is about c++ development. Since your case is more related to vs settings, I would suggest you post on Microsoft Community for suitable help.
您的合作和理解将不胜感激.
Your cooperation and understanding will be grateful.
最好的问候,
色狼
这篇关于在安装Visual Studio 2015 Update 3时,是否使用Visual Studio 2015工具集进行更新1的编译?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!