阅读:1081回复:1
DriverStudio有bug??
用DriverStudio3.1生成的WDM框架
直接安装没有问题,可是重启以后再调用DeviceIoControl驱动就死了 如果是重启后停用设备再启用的话也很正常 百思不得其解,恳请高人指点,感激不尽! |
|
沙发#
发布于:2005-01-07 00:14
运行test_test.exe i 0后显示以下信息但程序就死了
d:wdmtestexeobjchki386>Test_test.exe i 0 Test application Test_test starting... Device found, handle open. Issuing Ioctl to device - 在DbgView上只能看到 test: Entering TestDevice::Create, IRP: Major=IRP_MJ_CREATE Minor=0x0 Flags=0x40000884 test: test: TestDevice::Create Status 0x00000000 应该根本没有进入DeviceControl的处理函数 这个驱动是直接用DriverStudio生成的,没有添加任何代码 只是在重启后才这样 |
|