bryandel How do I cheat?
Reputation: 0
Joined: 13 Apr 2006 Posts: 4 Location: Philippines
|
Posted: Thu Jan 18, 2007 9:16 pm Post subject: error compiling the driver |
|
|
I downloaded my source code at cheatengine(dot)4dwebhosting(dot)com/CheatEngine53src.rar
When I try to
compile the driver in the dbkkernel directory using DDK Windows XP Free Build Environment I receive this:
Code: |
D:\cce\DBKKernel>ce
changing to dos-16 file structure
1 file(s) copied.
BUILD: Using 2 child processes
BUILD: Object root set to: ==> objfre_wxp_x86
BUILD: Compile and Link for i386
BUILD: Examining d:\cce\dbkkernel directory for files to compile.
BUILD: Compiling d:\cce\dbkkernel directory
1>Compiling - dbkdrvr.c for i386
1>dbkdrvr.c(1899) : error C2146: syntax error : missing ')' before identifier 'P
CREATE_THREAD_NOTIFY_ROUTINE'
1>dbkdrvr.c(1899) : error C2144: syntax error : '<Unknown>' should be preceded b
y '<Unknown>'
1>dbkdrvr.c(1899) : error C2144: syntax error : '<Unknown>' should be preceded b
y '<Unknown>'
1>dbkdrvr.c(1899) : error C2143: syntax error : missing ')' before 'identifier'
1>dbkdrvr.c(1899) : error C2054: expected '(' to follow 'PSRCTNR'
1>dbkdrvr.c(1899) : error C2059: syntax error : ')'
1>dbkdrvr.c(1899) : error C2085: 'NotifyRoutine' : not in formal parameter list
1>dbkdrvr.c(1900) : error C2085: 'PsRemoveCreateThreadNotifyRoutine2' : not in f
ormal parameter list
1>dbkdrvr.c(1903) : error C2061: syntax error : identifier 'PSRLINR'
1>dbkdrvr.c(1945) : error C2065: 'PsRemoveCreateThreadNotifyRoutine2' : undeclar
ed identifier
1>dbkdrvr.c(1945) : error C4047: '=' : 'int' differs in levels of indirection fr
om 'PVOID'
1>dbkdrvr.c(1948) : error C2065: 'PsRemoveLoadImageNotifyRoutine2' : undeclared
identifier
1>dbkdrvr.c(1948) : error C4047: '=' : 'int' differs in levels of indirection fr
om 'PVOID'
1>dbkdrvr.c(1965) : error C2063: 'PsRemoveCreateThreadNotifyRoutine2' : not a fu
nction
1>dbkdrvr.c(1969) : error C2063: 'PsRemoveLoadImageNotifyRoutine2' : not a funct
ion
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 - generating code... for i386
BUILD: Compile errors: not linking d:\cce\dbkkernel directory
BUILD: Done
7 files compiled - 15 Errors
.\objfre_wxp_x86\i386\*.sys
The system cannot find the file specified.
0 file(s) copied.
|
I haven't even modified the code yet.
Solved the problem:
I used the WinDDK Version 3790.1830
|
|