阅读:1664回复:8
谢谢,那本书我已经找到了。只是DriverWorker安装后的编译生成库的时候不能成功,请问您是否知道是什么原因
我在安装完98DDK和DS后
1。在FILE|Open Workspace中打开DriverStudio\\DriverWorks\\Source\\vdwlibs.dsw将VDWLIBS工程载入。 2. 选择Build|Batch Build,选中需要编译的配置。 3. 点击Build编译所选择的库文件。 可是编译结果有错误和警告,没有生成DriverWorks所需要的库文件。请问您是否知道什么地方没有设置对,或者少了什么步骤? |
|
|
沙发#
发布于:2002-01-13 12:48
谢谢二位的建议,环境变量是没有设置错,我在别人的机器上重复了我的这些安装过程(也是98系统,不过我机器上是98和XP的双系统),结果他的机器上一切都编译正常,看来可能我的98出了故障了(不过也没有没有发现其他什么应用不能正常工作),我想大概要重装系统了。
|
|
|
板凳#
发布于:2002-01-13 09:10
建议你先别装SOFTICE,
|
|
|
地板#
发布于:2002-01-13 00:18
一般不会有硬件不兼容现象,毕竟DRIVERSTUDIO不是和硬件打交道。首先确定你的DRIVERSTUDIO的ENVIRONMENT设置的对不对,如果不对就会出现你说的那种现象,另外生成的*.LIB文件是放在..\\DriverStudio\\lib\\i386\\checked(or free)下的。ICE我不太会用,干脆就没装。所以不知道是否能解决你的问题,另外,我装的是2000DDK
|
|
地下室#
发布于:2002-01-10 09:46
但是我后来没有能够生成.lib库文件,而且编译时出错的现象是:弹出SoftICE的错误信息后编译过程便无法停止下来,而是显示一直在设置环境变量,我以为需要等待很久,曾等了4个钟头,但是没有任何进展。VC中BUILD\\stop build菜单命令也失效,根本无法正常退出VC,最终只能通过强行结束任务来关闭VC,而进程列表中编译过程并没有停止响应。真是奇怪的现象!后来我把C盘根目录下批处理中的SOFTICE\\WINICE.exe给去掉后重启,再重新编译这个库文件,这时一编译VC便会停止响应。真不知道是什么原因,我都怀疑是不是我机器的硬件不能兼容DriverWorker的原因了。
|
|
|
5楼#
发布于:2002-01-10 08:54
其实这不是错误,你只是在编译vdw_wdm.lib,找不到那些文件是正常的,那些文件是当你编译ndis库时才需要,而且也能够找到。现在你大可不必理会。
|
|
|
6楼#
发布于:2002-01-10 08:39
编译vdwlibs.dsw的过程中会因出错自动弹出softICE窗口,提示页面出错:FAULT = 0002。
而VC输出的最后错误信息和警告信息如下,请帮忙看看会是什么原因导致出错。那本书就是斑竹的《10分钟完成一个USB驱动程序》我发给你。 编译库vdwlibs.dsw时的错误信息 -------------------------------------------------------------------------------------------- Deleting intermediate files and output files for project \'VdwLibs - Win32 WDM Free\'. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\source\\pooltag.cpp(47): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\source\\kstlphs.cpp(14): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\source\\kstlnphs.cpp(14): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\source\\kstllmcb.cpp(15): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\source\\kstl.cpp(35): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\vdw.h(92): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(42): Could not find the file kndiscpp.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(67): Could not find the file KNdisSpinLock.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\include\\kndisvdw.h(69): Could not find the file KNdisList.h. D:\\Program Files\\NuMega\\DriverStudio\\DriverWorks\\source\\cpprt.cpp(48): Could not find the file ntddk.h. d:\\98DDK\\inc\\win98\\wdm.h(3356): Could not find the file alpharef.h. Deleting intermediate files and output files for project \'VdwLibs - Win32 WDM Checked\'. --------------------Configuration: VdwLibs - Win32 WDM Free-------------------- Compiling... cpprt.cpp dwcontrl.cpp getnames.cpp kadapter.cpp kaddress.cpp kchecker.cpp kdevice.cpp kdevque.cpp kdmaxfer.cpp kdmqex.cpp kdmqueue.cpp kerrlog.cpp kevent.cpp kfifo.cpp kfile.cpp khidaux.cpp kintrupt.cpp kirp.cpp klist.cpp klower.cpp kmutex.cpp kpcicfg.cpp kpnpdev.cpp kpnplow.cpp kquery.cpp kregkey.cpp kresreq.cpp ksemaphr.cpp ksfifo.cpp kspin.cpp kstdwmi.cpp kstl.cpp kstllmcb.cpp kstlnphs.cpp kstlphs.cpp Kstradpt.cpp Kstream.cpp Kstrmdrv.cpp ksysthrd.cpp ktimer.cpp ktrace.cpp kunitnam.cpp kusb.cpp kustring.cpp kvxdintf.cpp kwmi.cpp kwmistr.cpp pooltag.cpp suballoc.cpp util.cpp Generating Code... Creating library... Build Environment Variables |
|
|
7楼#
发布于:2002-01-09 23:07
你的那本书指的什么?
给我发一本好吗? wwffllff@263.net |
|
|
8楼#
发布于:2002-01-09 22:38
是什么错误和警告?
|
|
|