阅读:1590回复:4
新式问题??
上面的问题没有解决,我就试着编译DRIVERWORK下的HELLOWDM工程
显示有错误,但是编译成功拉。显示如下: HelloApp.exe - 0 error(s), 0 warning(s) --------------------Configuration: HelloWdm - Win32 Free-------------------- E:\\d_s\\DriverWorks\\Include\\vdw.h(95): Could not find the file ntddk.h. e:\\98DDK\\1\\inc\\Win98\\wdm.h(3356): Could not find the file alpharef.h. E:\\d_s\\DriverWorks\\Include\\vdw.h(95): Could not find the file ntddk.h. e:\\98DDK\\1\\inc\\Win98\\wdm.h(3356): Could not find the file alpharef.h. Compiling resources... Compiling... HelloDev.cpp HelloWdm.cpp Generating Code... Linking... 但是.sys文件倒是有!! 我就奇怪,98下为什么要NTDDK.H文件呢!是否我编译时参数选择错误 ?? |
|
|
沙发#
发布于:2002-04-07 12:42
compile in win98ddk need ntddk.h,yes.
Not ntddk.h file,perhap compile successful,but some functions can not use. Goodluck. |
|
板凳#
发布于:2002-04-07 12:51
我下载是在MICROSOFT。安装时候显示是正确的。
还有我搜索遍了硬盘。根本没有NTDDK.H文件。真是奇怪。谁来帮我!!!! |
|
|
地板#
发布于:2002-04-07 12:57
Have you select nt4 debug or release? Suggest install win2kddk.
goodluck. |
|
地下室#
发布于:2002-04-07 16:31
我也又同样的问题
我用的是98系统,vc6和98ddk 装好之后用命令行环境编译 (vc6的集成环境我总是设不好,怎么办?) 运行的时候也是有错误,没有ntddk.h 而且还有两句bad command or invi…… 不知道怎么会事,可是编译却可以成功, 不知道这样编译的sys文件会不会有问题? |
|
|