Coexisting installation of visual studio 2010 &2008

一笑奈何 提交于 2019-12-24 17:18:44

问题


I currently have MVS2008 and I want to try the 2010 version hoping that it would compile C programs faster. I would like to know if I can have a 2008 installation coexisting with a 2010 installation on the same Windows partition, without conflicts in the Windows environment variables in Win XP.

Thanks a lot...


回答1:


Yes, I have that setup and it works like a charm for me.

You don't need to have any global environment variables set up - each version of Visual Studio creates its own "Visual Studio 20xx Command Prompt" command that starts a Command Prompt with the right environment set up.

(There's also a batch file, called vcvars32.bat if I recall correctly, that you can run to set up the environment in an existing Command Prompt, or a batch file, etc.)




回答2:


Both VS versions should coexist peacefully.



来源:https://stackoverflow.com/questions/2633488/coexisting-installation-of-visual-studio-2010-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!