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

后端 未结 1 1707
太阳男子
太阳男子 2021-01-22 15:03

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条回答
  • 2021-01-22 15:17

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

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

    0 讨论(0)
提交回复
热议问题