【发布时间】:2019-11-25 02:13:12
【问题描述】:
我正在尝试构建一个 HelloWorld 驱动程序项目。所以我为 Windows 10 安装了 VS 2019 和 WDK。我从一个空的 WDM 项目开始,添加了 DriverEntry 和许多其他东西,但是当我构建项目时,VS 显示如下:
1>Building 'MyDriver1' with toolset 'WindowsKernelModeDriver10.0' and the 'Desktop' target platform.
1>Stamping x64\Debug\MyDriver1.inf
1>Stamping [Version] section with DriverVer=11/25/2019,10.3.28.19
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
构建失败,没有生成.sys文件,也没有警告,这里出了什么问题?
【问题讨论】:
标签: windows visual-studio driver