首页 > 编程语言 > 详细

【Visual Studio】MFC does not support WINVER less than 0x0501 解决方案(转)

时间:2017-11-28 18:09:37      阅读:760      评论:0      收藏:0      [点我收藏+]

原文转自 http://blog.csdn.net/ygzhong000/article/details/41750841

 

解决方案:在stdafx.h头文件中添加以下行。  

#define WINVER 0x0602
#define _WIN32_WINNT 0x0602

【Visual Studio】MFC does not support WINVER less than 0x0501 解决方案(转)

原文:http://www.cnblogs.com/happykoukou/p/7911272.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!