阅读:2492回复:10
如何调试DDK的源代码例子
我的机器配置:
winXP sp2 + VC60 + DDK XP + DS3.2 请问如何使用上述工具编译DDK携带的例子(应该有和DDK下build -cZ相同的结果) 我这里用build -cZ可以编译例子的,但是如果改写了其中的代码,必须有一个编译调试的环境吧 另外,使用driverstudio向导生成的代码在VC里不能找到头文件,是什么原因 fatal error C1083: Cannot open include file: \'warning.h\': No such file or directory |
|
|
沙发#
发布于:2005-05-10 23:43
我的机器配置: 你需要使用softice或者windbg等来调试 |
|
|
板凳#
发布于:2005-05-11 08:06
如果用softICE调试,能不能具体说明一下如何做
|
|
|
地板#
发布于:2005-05-11 08:50
You can read the softice manual first,learn how to use softice.
|
|
|
地下室#
发布于:2005-05-11 10:43
如果用softICE调试,能不能具体说明一下如何做 先生成Checked版,然后下断点 |
|
|
5楼#
发布于:2005-05-11 10:53
我现在用DriverStudio生成的示例程序怎么都不能在VC下编译成功?
提示我缺少文件,加入了几个路径,但是提示缺少不同的头文件了: ompiling... TestSampleDriver.cpp C:\\PROGRA~1\\COMPUW~1\\DRIVER~1\\DRIVER~4\\include\\dep_wdm\\wdm.h(6) : fatal error C1189: #error : Invalid wdm.h! Check include path. wdm.h should be in the DDK directory defined by $(WDM_INC_PATH). TestSampleDevice.cpp C:\\PROGRA~1\\COMPUW~1\\DRIVER~1\\DRIVER~4\\include\\dep_wdm\\wdm.h(6) : fatal error C1189: #error : Invalid wdm.h! Check include path. wdm.h should be in the DDK directory defined by $(WDM_INC_PATH). Generating Code... Error executing cl.exe. 没有成功的版本如何调试啊 |
|
|
6楼#
发布于:2005-05-11 11:25
我现在用DriverStudio生成的示例程序怎么都不能在VC下编译成功? 没有问题 |
|
|
7楼#
发布于:2005-05-11 11:36
也许安装顺序错了
|
|
|
8楼#
发布于:2005-05-11 12:08
请问“没有问题”是什么意思?
提示找不到头文件 如果安装顺序错了,那么全部要重新安装过吗? 包括系统? |
|
|
9楼#
发布于:2005-05-11 15:34
请问“没有问题”是什么意思? 不用重装系统,只需重装VC,DDK,DS |
|
|
10楼#
发布于:2005-05-12 09:32
学习
|
|