如何确定我的计算机上安装的Windows SDK的版本? [英] How can i determine the version of the Windows SDK installed on my computer?

查看:7131
本文介绍了如何确定我的计算机上安装的Windows SDK的版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近决定在学习后自学 c ++ win32 vb.net ,我有一个很简单的问题:

I've very recently decided to teach myself c++ and win32 programming after learning vb.net, and I've got a very simple question:

如何确定

How can I determine what version of the Windows SDK is installed on my computer?

我要求如果没有安装,我可以安装最新版本我开始玩 c ++ 。我使用 Microsoft Visual Studio 2008 SP1 作为我的 IDE

I'm asking so I can install the latest version if it isn't installed already, before I start playing around with c++. I'm using Microsoft Visual Studio 2008 SP1 as my IDE.

推荐答案

至少在英语语言环境中:

On English locale at least:

dir "%ProgramFiles%\Microsoft SDKs\Windows"

应该可以正常工作。很可能会有多个版本安装,这是一个一个构建只能由该项目指定的正确。

should work. It is quite likely that there will be multiple versions installed, which is the right one for an one build can only be specified by that project.

这篇关于如何确定我的计算机上安装的Windows SDK的版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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