此文件要求_WIN32_WINNT #defined至少为0x0403。建议值为0x0501或更高

时间:2015-05-11 04:27:34

标签: c++ .net c visual-studio-2010

我有一个项目是使用Visual Studio的旧版本(8)构建的,我在32位Windows 7操作系统上升级到Visual Studio 2010.Now我正在尝试再次构建应用程序,它给了我错误在我的.h文件中,如..

let delay = SKAction.waitForDuration(4.0) //whatever your delay is

let scaleDownGroup = SKAction.group([moveDownLeft, scaleBlock])
let scaleUpGroup = SKAction.group([moveUpLeft, scaleBlockBack])

let sequence = SKAction.sequence([scaleDownGroup, delay, scaleUpGroup])

let repeat = SKAction.repeatActionForever(sequence)

self.block1.runAction(repeat)

整个项目都建立在c,c ++和一些外部的.dll上。我试图在网上搜索解决方案,但没有成功解决它,因为我对c和C ++技术很陌生。 请帮助我完成它。谢谢..

更新

我的应用程序的Error 1 error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended. c:\program files\microsoft visual studio 10.0\vc\atlmfc\include\atlcore.h 35 1 Phone 文件出现以下错误:

altcore.h

0 个答案:

没有答案