Visual Studio 2010

Problems? Post here...
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Re: Visual Studio 2010

Post by maboroshi »

Are you compiling in VS2008 Comparability mode? if that is your goal you will need to install Windows SDK 7

Code: Select all

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=35aeda01-421d-4ba5-b44b-543dc8c33a20
if that is not your goal you will need to to set it Visual Studio 2010 in your Project Settings. I think the option is labeled 'Platform Toolset' in the general properties page.

Post Reply