登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

倚天 ^_^

土扶可城墙,积德为厚地。 天行健,君子以自强不息。

 
 
 

日志

 
 

Your version of the Windows SDK is earlier than 6.0……  

2009-10-15 22:56:32|  分类: 软件学习 |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

 

错误 1 fatal error C1189: #error :  Your version of the Windows SDK is earlier than 6.0. Try setting the 'WINVER' and '_WIN32_WINNT' definitions in your project to less than 0x0600. c:\program files\microsoft visual studio 9.0\vc\atlmfc\include\afxwin.h 26 FaceDetection

解决方法:

stdafx.h头部中添加

#ifndef WINVER                  // Specifies that the minimum required platform is Windows Vista.

#define WINVER 0x0500          // Win2k

#endif

#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows Vista.

#define _WIN32_WINNT 0x0500    // Win2k

#endif

  评论这张
 
阅读(3261)| 评论(2)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018