721875440 发表于 2019-12-31 09:09:08

VS+WDK搭配

从 Windows 10 版本 1709 开始,安装 WDK 时会默认安装 Visual Studio 的 WDK 扩展。 这些扩展是将 WDK 与 Visual Studio 集成所必需的。
VS和WDK版本对应,否则WDK得 VSIX Installer,无法支持VS。

VS2012+WDK8.0+WDK 8 可再发行组件
VS2013+WDK8.1      
VS2015+WDK10       1607 1703以上版本的WDK      适用于 Windows 10 版本 1607 1703 的 WDK
VS2017+WDK10      1709以上版本的WDK,否者就得自己手工配置。
VS2019+WDK10       Windows 10 版本 1903 的 WDK

Important Information!

The Windows Driver Kit (WDK) does not contain compilers, linkers or general build tools. You will not
have a build environment for drivers when you complete this installation.
The WDK integrates with Visual Studio Community edition and above to provide a complete build
environment. If you install Visual Studio, you should rerun this WDK setup to obtain the build
extensions for Visual Studio.
If you want to install the WDK without compilers, linkers and general build tools, please click Next.
页: [1]
查看完整版本: VS+WDK搭配