2

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.

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
shix
  • 55
  • 2
  • 8

1 Answers1

9

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

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

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
  • 2
    Note that you need an installed copy of VS2008 to do that. A free "Visual C++ 2008 express edition" will perfectly do. – Alexandre C. Oct 01 '11 at 17:53
  • 1
    It should also work with an installed Windows SDK. See http://stackoverflow.com/questions/11881173/using-a-v90-platform-toolset-on-visualstudio-2010 for more information regarding this topic. – MOnsDaR Sep 12 '12 at 16:14