shix
shix

Reputation: 35

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

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.

Upvotes: 2

Views: 940

Answers (1)

Bo Persson
Bo Persson

Reputation: 92211

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

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

Upvotes: 9

Related Questions