Does Visual Studio 2012 include the full Windows SDK

一个人想着一个人 提交于 2020-01-02 02:22:09

问题


If I've installed the Visual Studio 2012, do I need to install the Windows SDK, or are all tools / parts of the SDK included as part of the Visual Studio installation.


回答1:


The visual studio 2012 installer does not contain the full Windows SDK or Visual Studio 2012 SDK. these need to be installed separately.




回答2:


Depends on which version of VS 2012 you have installed. Professional version and above include the Windows 8 SDK, so unless you are planning to develop applications for Windows XP or earlier versions of the OS, there is no need to install the SDK separately - you would already have it.

However, if you have installed VS 2012 Express, I would suggest referring to on-line documentation for clarification on this issue.




回答3:


See this post for more information:

http://blogs.msdn.com/b/chuckw/archive/2012/03/22/where-is-the-directx-sdk.aspx

"The DirectX SDK is now part of the Windows 8.0 SDK."

"The Windows SDK for Windows 8 (aka Windows 8.0 SDK) is included with Visual Studio 2012, and is also available as a standalone package for use with Visual Studio 2010."



来源:https://stackoverflow.com/questions/12014963/does-visual-studio-2012-include-the-full-windows-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!