阅读:1373回复:5
连接错误,帮帮忙啊,有分哦:)
编译没有错,连接的时候出现了这个错误
BUILD: Object root set to: ==> objchk BUILD: /i switch ignored BUILD: Compile and Link for i386 BUILD: Loading c:\\NTDDK\\build.dat... BUILD: Computing Include file dependencies: BUILD: Examining e:\\ddkpj\\mm directory for files to compile. e:\\ddkpj\\mm - 1 source files (87 lines) BUILD: Compiling e:\\ddkpj\\mm directory Compiling - mm.cpp for i386 BUILD: Linking e:\\ddkpj\\mm directory Linking Executable - objchk\\i386\\mm.sys for i386 link() : error LNK1181: cannot open input file \"c:\\NTDDK\\libchk\\i386.obj\" BUILD: Done 1 file compiled - 87 LPS 1 executable built - 1 Error 这个是什么错,怎么排除啊??? |
|
|
沙发#
发布于:2002-04-11 11:41
这应该是DDK编译环境未初始化完全的原因,不知你有没有装IFSKIT,如果没有则这样初始化:
1. 开始-> DDK Checked build / Free build 进入命令行模式; 2. 执行vcvars32,初始必要的VC6.0的环境; 然后就可以编译你的驱动程序。你还需要保证你的SOURCES 文件是正确的。 如果你装了IFSKIT,则这样初始化: 1.同上 2.vcvars32 3.setenv X\\NTDDK checked/free 即可。 |
|
|
板凳#
发布于:2002-04-11 13:30
你的问题下面没有\"给分\"按钮你是怎么给分的?
|
|
|
地板#
发布于:2002-04-11 13:36
这个嘛,很简单,先吧分给你,然后把这个问题的分数该成0分,然后就没有“给分”这个按扭了,哈哈~~~~意外的结果
:P :P :P |
|
|
地下室#
发布于:2002-04-11 13:45
你的问题解决了吗?
谢谢给分!!! |
|
|
5楼#
发布于:2002-04-11 13:48
问题解决了,不过,客观的讲,我也不知道是怎么就没有了的
你是唯一一个回复我的人,所以我把所有的分都给你了,感谢你的帮助 :P :P :P |
|
|