开发者

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

开发者 https://www.devze.com 2023-04-09 15:30 出处:网络
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.It\'s right there in your projec

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.


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消