_WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)

Posted 体育.委员

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了_WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)相关的知识,希望对你有一定的参考价值。

 

原文地址::http://blog.csdn.net/xiaolongwang2010/article/details/7550505

 

相关网帖

 

1、错误找不到WinsdkVer.h----http://bbs.csdn.net/topics/380128304?page=1#post-396334704

 

警告报告:

_WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)

 

处理办法:

第一步:

" #define _WIN32_WINNT 0x0502 "

在StdAfx.h中添加上述宏定义。

备注:必须在stdafx.h中所有#include 文件之前添加此代码

第二步:

在StdAfx.h头文件里面加上#include <SDKDDKVer.h>有关于平台的定义

备注:如果StdAfx.h里面有了就不用加 #include <SDKDDKVer.h>了!

 //Including SDKDDKVer.h defines the highest available Windows platform.

 //If you wish to build your application for a previous Windows platform, include WinSDKVer.h and

 //set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.

 

 

全文参考:http://blog.sina.com.cn/s/blog_8d7f7f3c01010s3g.html

                   http://blog.csdn.net/ayan200112/article/details/6918975

 

 

//==============================================================================================

备注::

1》WinSDKVer.h+SDKDDKVer.h文件在PC上的存储路径为----C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include

以上是关于_WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)的主要内容,如果未能解决你的问题,请参考以下文章

无法定位程序输入点 InitializeCriticalSectionExGetTickCount64

Windows SDK控件可用功能

关于#if(defined(__WIN32__)的问题

如何隐藏exe或dll中的字符串?

Visual StudioMFC does not support WINVER less than 0x0501 解决方案(转)

重温网络编程——常识