如何将Visual Studio 2010与Visual C ++ 2008编译器一起使用?

如何将Visual Studio 2010与Visual C ++ 2008编译器一起使用?

问题描述:

我想将Visual Studio 2010与9.0编译器一起使用,我该怎么做?

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

我需要这个,所以我可以使用DarkGDK,但是我不想切换IDE。

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

它就在你的项目属性中,Platform Toolset默认为v100。

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

只需将其更改为v90就可以了。

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