VS2005 和 Windows SDK 7.1 [英] VS2005 and Windows SDK 7.1

查看:34
本文介绍了VS2005 和 Windows SDK 7.1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行平台 SDK 7.1 附带的 WindowsSdkVer.exe 不起作用.VS 2005 中的所有 .BAT 文件均未更新.

Running the WindowsSdkVer.exe shipped with Platform SDK 7.1 does not work. None of the .BAT files in VS 2005 get updated.

谁能告诉我如何解决这个问题?另外,我如何验证 VS2005 使用的是 Platform SDK 7.1?

can anyone please tell me how to correct this? Also, how do I verify that VS2005 is using Platform SDK 7.1?

MSDN 中有几篇关于此的文章,但没有一篇用于上述配置.此外,他们都没有描述验证这一点的具体方式/确定方式

There are several articles for this in MSDN but none of them for above configuration. Also, none of them describe the concrete way / definate way of verifying this

推荐答案

可以尝试手动设置

工具->选项->VC++目录

Tools->Options->VC++ Directories

或类似的东西(已经有一段时间了).

or something like that (it's been a while).

为了验证,您可以添加/showIncludes 项目附加编译器选项的参数,以及 /verbose:lib 到附加链接器选项,以仔细检查编译/链接项目时是否使用了正确的头文件/库.

For verification, you can add the /showIncludes parameter to the additional compiler options of the project, and /verbose:lib to the additional linker options to double check that the correct headers/libraries are being used when compiling/linking the project.

IIRC 的一个较新版本的 SDK(可能是第 7 版)与使用 VS2005 之间存在某种不兼容,但我想不起来那是什么.

IIRC there was some kind of incompatibility between one of the newer versions of the SDK (could have been version 7) and using VS2005, but I can't recall off hand what that was.

这篇关于VS2005 和 Windows SDK 7.1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆