当前位置: 代码迷 >> 驱动开发 >> windows驱动加载展示:the imagepath specified in the driver's service .
  详细解决方案

windows驱动加载展示:the imagepath specified in the driver's service .

热度:118   发布时间:2016-04-28 10:26:34.0
windows驱动加载显示:the imagepath specified in the driver's service ....
WDK build驱动文件,首先提示:找不到wdf.h文件,
通过在source文件中加上:KMDF_VERSION=1 可以编译成功,生成.sys文件。
但是生成的文件在本机上和虚拟机上,运行均有问题:
1、OSRLOADER加载报错:系统找不到指定的文件
2、driverMontior编译报错:
The imagepath specified in the driver's service database entry is incorrect,or the file is missing.
望大侠们能帮忙.
系统:  XP 32位
wdk版本:WDK_EN_7600_1
sys?驱动开发?加载? Windows

------解决方案--------------------
写的什么驱动?
NT?WDM?WDF?
  相关解决方案