首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

安装了VS2005 SP1,还要不要下载Platform SDK?该如何处理

2012-02-08 
安装了VS2005 SP1,还要不要下载Platform SDK?安装VS2005的时候看见安装了PlatformSDK,不过不知道和单独下

安装了VS2005 SP1,还要不要下载Platform SDK?
安装VS2005的时候看见安装了Platform   SDK,不过不知道和单独下载的Platform   SDK有什么不同。
如果需要的话,该下载哪个版本的?是不是Windows®   Server   2003   R2   Platform   SDK?

[解决办法]
VS2005 除了express版本 都自带了Platform SDK
不需要另外下载
Platform SDK就是windows开发的最基础的东东,基本上说只要你做win32程序都得需要他

[解决办法]
Except the express versions, Visual C++ always ships with the latest platform SDK at the time of the release. So the platform SDK shipped with Visual C++ 2005 is Windows 2003 SDK. If you need to develop on Windows Vista, download Windows Vista SDK
Service packs do not include SDK updates.

热点排行