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

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

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

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • 通过bindservice方法开启的服务,通过什么方法解绑_controller调用多个service

    通过bindservice方法开启的服务,通过什么方法解绑_controller调用多个service绑定本地服务AndroidManifest.xml中声明服务:<serviceandroid:name=".TestLocalService"><intent-filter><actionandroid:name="maureen.intent.action.BIND_LOCAL…

  • PHP 执行时间Fatal error: Maximum execution time of…

    PHP 执行时间Fatal error: Maximum execution time of…

  • 命令提示符(cmd)中的tracert命令使用

    命令提示符(cmd)中的tracert命令使用转载自:https://jingyan.baidu.com/article/9c69d48f4df25713c8024e66.html在命令行中输入“tracert”并在后面加入一个IP地址,可以查询从本机到该IP地址所在的电脑要经过的路由器及其IP地址。下图中后面的IP地址为同一个路由器下的局域网中的另一个电脑的IP地址。从左到右的5条信息分别代表了“生存时间”(每途经一个路由器结点自增1)、“三次发送的ICMP包返回时间”(共计3个,单位为毫秒ms)和“途经路由器的IP地址”(如果有主机名,还会

  • OpenCV—基本矩阵操作与示例[通俗易懂]

    OpenCV—基本矩阵操作与示例[通俗易懂]图像处理中对矩阵的操作非常重要,本文总结了使用OpenCV进行矩阵的创建、初始化以及基本矩阵操作,给出了示例代码。

  • 常用的web前端开发工具有哪些_web前端开发软件工具

    常用的web前端开发工具有哪些_web前端开发软件工具在建设网页时,为了快速、高效地完成任务,通常会使用一些具有代码高亮显示、语法提示等便捷功能的前端开发工具。常用的web前端开发工具有Dreamweaver、Sublime、HBuilder等,具体介绍如下。1、DreamweaverDreamweaver简称DW(中文译为“梦想编织者”),是美国MACROMEDIA公司开发的集网页制作和网站管理于一身的“所见即所得”网页编辑器,2005年被Adobe公司收购。Dw是第一套针对非专业网站建设人员的视觉化网页开发工具,利用它可以轻而易举地制作网页。2、Su

  • 多层感知机理解(多层感知机原理)

    多层感知器(Muti-LayerPercetron)和卷积网络(ConvolutionalNeuralNetwork)。这两种网络都属于前馈型网络(Feedforwardnetwork),其中多层感知器(MLP)是最简单也是最常见的一种神经网络结构,它是所有其他神经网络结构的基础,好在我对神经网络的了解是从卷积神经网络开始的,对基本的原理和模型已经有了了解,所以学习起来相对容易,先看多层感知机的模型:1.网络的连接及输出:1.最左边就是我们的输入层了,算是网络的第0层,通常是一个向量x:

发表回复

您的电子邮箱地址不会被公开。

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