将多个版本的 Windows Platform SDK 与 VS 2008 Professional 一起使用
如何使用多个版本的 Windows Platform SDK 与 VS 2008 Professional 进行 VC++ 本机代码开发:如 适用于 Windows 7 和 .NET Framework 3.5 SP1 的 Windows SDK 以及默认安装的版本:C:\Program Files\Microsoft SDKs\ Windows\v6.0A\
How do I use multiple multiple versions of the Windows Platform SDK for VC++ native code development with VS 2008 Professional : like The Windows SDK for Windows 7 and .NET Framework 3.5 SP1 and the one installed by default here: C:\Program Files\Microsoft SDKs\Windows\v6.0A\
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用随任何 SDK 一起安装的“Windows SDK 配置工具”。
当您启动该工具时,它会显示所有已安装的 SDK 供您选择,您选择的 SDK 将在 VS2008 中使用。
you can use the "Windows SDK Configuration Tool" which gets installed with any SDK.
When you start that tool, it shows you all the installed SDK's to choose from, and the one you choose is then used in VS2008.