注册 登录
编程论坛 Delphi论坛

用WINDDK执行批处理文件ce,源码是delphi写的,出现下面错误。。。。

whenchin 发布于 2011-08-30 15:44, 773 次点击

        1 file(s) copied.
BUILD: Object root set to: ==> objfre
BUILD: /i switch ignored
BUILD: Using 2 child processes
BUILD: Compile and Link for i386
BUILD: Examining c:\cheate~1\dbkker~1 directory for files to compile.
BUILD: Compiling c:\cheate~1\dbkker~1 directory
1>Compiling - dbkdrvr.c for i386
1>Compiling - dbkfunc.c for i386
1>Compiling - rootkit.c for i386
1>Compiling - processlist.c for i386
1>Compiling - memscan.c for i386
1>Compiling - threads.c for i386
1>Compiling - vmxhelper.c for i386
1>Compiling - newkernel.c for i386
BUILD: Linking c:\cheate~1\dbkker~1 directory
1>Compiling - dbkdrvr.c for i386
1>Compiling - dbkfunc.c for i386
1>Compiling - rootkit.c for i386
1>Compiling - processlist.c for i386
1>Compiling - memscan.c for i386
1>Compiling - threads.c for i386
1>Compiling - vmxhelper.c for i386
1>Compiling - newkernel.c for i386
1>Linking Executable - objfre\i386\go.sys for i386
1>link() : error LNK1181: cannot open input file 'objfre\i386\dbkdrvr.obj'
BUILD: Done

    16 files compiled
    1 executable built - 1 Error
.\objfre\i386\*.sys
The system cannot find the file specified.
        0 file(s) copied.
2 回复
#2
s9123601012011-09-05 09:36
你先写一个批处理文件,再用D写个小程序直接调用就行啦吗
#3
Alar302011-09-05 09:48
WinDDK?
貌似不太熟悉
1