简体   繁体   English

Visual Studio 2008需要使用哪个Windows驱动程序工具包

[英]Which Windows Driver Kit is required to use with Visual Studio 2008

我已经用vs2008编译了一些旧代码,其中还包括驱动程序代码,因此我需要下载驱动程序工具包来构建驱动程序部分,但是我不知道应该下载哪个版本的驱动程序工具包。

Prior to VS2012 the IDE wasn't integrated with WDK, and could only serve as invoker for the WDK build scripts. 在VS2012之前,IDE未与WDK集成在一起,只能用作WDK构建脚本的调用程序。 In order to know what DDK/WDK to use, you need to find out the build target of the driver, ie, the OS where it will be installed (XP, Vista etc.). 为了知道使用什么DDK / WDK,您需要找出驱动程序的构建目标 ,即要安装该驱动程序的OS(XP,Vista等)。 After that you should download the DDK/WDK that supports that OS. 之后,您应该下载支持该OS的DDK / WDK。 Note, newer kits have backwards compatibility to some extent (check the relevant documentation in MSDN). 注意,较新的工具包在某种程度上具有向后兼容性(请查看MSDN中的相关文档)。

I think you need to use WDK build 6001.18000. 我认为您需要使用WDK build 6001.18000。 To download see vddk 要下载请参见vddk

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM