Microsoft Platform SDK 选择「建议收藏」

Microsoft Platform SDK 选择「建议收藏」MicrosoftPlatformSDK选择

大家好,又见面了,我是你们的朋友全栈君。

               

Windows Server 2003 PSDK February 2003 Edition,可以和VC6一起使用、并支持各种目标OS的最后一个版本的SDK。

  • This edition of the SDK supports development for the following platforms:
    Windows Server 2003
    Windows Advanced Server, Limited Edition
    Windows XP
    Windows XP 64-bit Edition
    Windows 2000
    Windows NT versions 3.51 and 4.0
    Windows Millennium Edition
    Windows 95 and Windows 98

XPSP2 August 2004 Edition,可以在VC6使用,开发针对XPSP2的特殊功能的程序,可以和上面的一道使用,但请安装在不同目录。

Newly released: The Platform SDK for Windows XP Service Pack 2 support

(includes MDAC 2.8, Tablet 1.7 and Windows Installer 3.0)

The XPSP2 version of the Platform SDK was developed to work either side by

side with the Windows Server 2003 SDK or standalone but will not provide

build environments for:

Windows Server 2003

Windows Advanced Server, Limited Edition

Windows XP

Windows XP 64-bit Edition

Windows 2000

Windows NT versions 3.51 and 4.0

Windows Millennium Edition

Windows 95 and Windows 98

You must install The Microsoft Platform Software Development Kit (SDK) for

Windows Server 2003 for those environments.The SDKs can not be installed in

the same directory for side by side performance.

Windows Server 2003 SP1 Platform SDK Web Install,最新版的SDK,可惜不能和VC6一起协作,不再支持NT4和9X。

This edition of the SDK replaces the previous SDKs for Windows XP SP2 and Windows Server 2003 and can be used to develop applications for those platforms.
Supported Operating Systems: Windows 2000; Windows Server 2003; Windows XP 64-bit; Windows XP Professional Edition ; Windows XP Service Pack 1
This SDK does not support working with Microsoft Visual C/C 6.0 as support for VC 6.0 has ended. The last SDK that will work with VC 6.0 is the February 2003 Edition.

           

 

           

若你使用的是Visual C++ 2005 Express Edition,请参考:Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK

           

 

           

           

本文章引用通告地址(TrackBack Ping URL)为:
Microsoft Platform SDK 选择「建议收藏」

           

http://post.blog.hexun.com/go2ck/trackback.aspx?articleid=10220991&key=633180996241370000

           

本文章尚未被引用。

                        

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/136037.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • 设置下一跳(ensp配置实例大全)

    下一跳:首先要知道出口,也就是路由器的发出口。连接线有两个端点,其中一个就是路由器的发出口,另一端就是下一跳。对于其中一个路由器来说,它要发送到其他网段,那么目标地址就是要发送的网段的网络地址,出接口就是路由器的出口,下一跳就是路由器出口相连的那根线的另一端(这个路由器只能做这么多,其余的交给下一个路由器)…

    2022年4月15日
    83
  • eclipse在mac安装_Android开发者

    eclipse在mac安装_Android开发者安装Eclipse并搭建Android开发环境分四步:1、下载安装JDK2、下载安装Eclipse3、下载安装AndroidSDK4、下载安装ADT1、下载安装JDK打开浏览器进入到Oracle官网,到JDK下载界面,网址:https://www.oracle.com/technetwork/java/javase/overview/index.html下载所需版本,点击下载好的文…

    2022年9月27日
    0
  • linux时间戳转换成时间指令_时间戳转换公式

    linux时间戳转换成时间指令_时间戳转换公式原文地址:http://wanping.blogbus.com/logs/28663569.html1、时间戳转换为正常显示的时间格式Freebsd系统下:转换命令为:date-r1112173761    或者:date-r1112173761+”%Y-%m-%d%T%z”(年月日的格式不一样)Linux系统下:转换

    2022年10月2日
    0
  • StringBuffer 详解[通俗易懂]

    StringBuffer简介StringBuffer是一个线程安全的可变的字符序列。它继承于AbstractStringBuilder,实现了CharSequence接口。StringBuilder也是继承于AbstractStringBuilder的子类;但是,StringBuilder和StringBuffer不同,前者是非线程安全的,后者是线程安全的。Strin

    2022年4月16日
    50
  • 科学计算编程语言_中国发明了什么编程语言

    科学计算编程语言_中国发明了什么编程语言本文是《打破国外垄断,开发中国人自己的编程语言》系列文章的第1篇。本系列文章的主要目的是教大家学会如何从零开始设计一种编程语言(marvel语言),并使用marvel语言开发一些真实的项目,如移动App、Web应用等。

    2022年10月5日
    0
  • painless数字类型转换_笔记四十五: Ingest Pipeline 与 Painless Script

    需求:修复与增强写入的数据Tags字段中,逗号分割的文本应该是数组,而不是一个字符串需求:后期需要对Tags进行Aggregation统计IngestNodeElasticsearch5.0后,引入的一种新的节点类型。默认配置下,每个节点都是IngestNode具有预处理数据的能力,可拦截Index或者BulckAPI的请求对数据进行转换,并重新返回给Index和…

    2022年4月8日
    57

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号