码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2017-11-28 18:42:44      阅读:2702      评论:0      收藏:0      [点我收藏+]

标签:href   UI   size   blank   mfc   lan   san   get   添加   

原文转自 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 解决方案(转)

标签:href   UI   size   blank   mfc   lan   san   get   添加   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!