How can I use Visual Studio 2010 with the Visual C++ 2008 compiler?

本小妞迷上赌 提交于 2019-12-20 04:15:32

问题


I want to use Visual Studio 2010 with the 9.0 compiler, how can I do this?

I need this so I can use DarkGDK, however I do not want to switch the IDE.


回答1:


It's right there in your project properties, "Platform Toolset" defaults to "v100".

Just change that to "v90" and you are done.



来源:https://stackoverflow.com/questions/7621621/how-can-i-use-visual-studio-2010-with-the-visual-c-2008-compiler

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