您的位置:首页 > 编程语言 > C语言/C++

Visual C++ 6.0 使用新的 SDK

2013-08-09 18:16 183 查看
1、下载 Windows Server 2003 R2 Platform SDK

2、在 Tool -> Option -> Directories 里面修改 Include、Lib、Source File 的引用,将所有新 SDK 的文件目录提到首位

3、在 StdAfx.h 中添加

#define _WIN32_WINNT 0x501


备注:

1、按照微软的说法:

The last SDK that will work with VC 6.0 is the February 2003 Edition


2、该 SDK 下载地址:http://download.cnet.com/Windows-Server-2003-R2-Platform-SDK-ISO-Download/3000-10248_4-10731094.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: