Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


syntax error in CE.. need help

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source
View previous topic :: View next topic  
Author Message
Tortilla
Newbie cheater
Reputation: 0

Joined: 28 Sep 2006
Posts: 18

PostPosted: Thu Sep 28, 2006 5:30 pm    Post subject: syntax error in CE.. need help Reply with quote

Hi all

well i have some problems making my driver and i gt this error

Code:

BUILD: Examining c:\ce\dbkker~1 directory for files to compile.
Compiling c:\ce\dbkker~1 directory ********************
'nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 386=1'
cl -nologo -Ii386\ -I. -IC:\WINDDK\3790\inc\mfc42 -Iobjfre_wxp_x86\i386 -IC:\WINDDK\3790\inc\wxp -IC:\WINDDK\3790\inc\wxp -IC:\WINDDK\3790\inc\ddk\wxp -IC:\WINDDK\3790\inc\ddk\wdm\wxp -IC:\WINDDK\3790\inc\crt -D_X86_=1 -Di386=1  -DSTD_CALL -DCONDITION_HANDLING=1   -DNT_INST=0 -DWIN32=100 -D_NT1X_=100 -DWINNT=1 -D_WIN32_WINNT=0x0501 /DWINVER=0x0501 -D_WIN32_IE=0x0600    -DWIN32_LEAN_AND_MEAN=1 -DDEVL=1 -D__BUILDMACHINE__=WinDDK -DFPO=1  -DNDEBUG -D_DLL=1      /c /Zel /Zp8 /Gy /Gi- /Gm- -cbstring /W3 /WX /Gz  /QIfdiv- /G6 /GX-  /GR- /GF  -Z7 /Oxs  /Oy   -FIC:\WINDDK\3790\inc\wxp\warning.h   .\dbkdrvr.c .\dbkfunc.c .\rootkit.c .\processlist.c .\memscan.c .\threads.c .\jumper.c
dbkdrvr.c
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2146: syntax error : missing ')' before identifier 'PCREATE_THREAD_NOTIFY_ROUTINE'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2143: syntax error : missing ')' before 'identifier'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2054: expected '(' to follow 'PSRCTNR'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2059: syntax error : ')'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2085: 'NotifyRoutine' : not in formal parameter list
c:\ce\DBKKernel\DBKDrvr.c(1901) : error C2085: 'PsRemoveCreateThreadNotifyRoutine2' : not in formal parameter list
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2146: syntax error : missing ')' before identifier 'PLOAD_IMAGE_NOTIFY_ROUTINE'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2143: syntax error : missing ')' before 'identifier'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2085: 'PSRLINR' : not in formal parameter list
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2146: syntax error : missing ',' before identifier 'PLOAD_IMAGE_NOTIFY_ROUTINE'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2146: syntax error : missing ',' before identifier 'NotifyRoutine'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2059: syntax error : ')'
c:\ce\DBKKernel\DBKDrvr.c(1904) : error C2061: syntax error : identifier 'PSRLINR'
c:\ce\DBKKernel\DBKDrvr.c(1946) : error C2065: 'PsRemoveCreateThreadNotifyRoutine2' : undeclared identifier
c:\ce\DBKKernel\DBKDrvr.c(1946) : warning C4047: '=' : 'int' differs in levels of indirection from 'PVOID'
c:\ce\DBKKernel\DBKDrvr.c(1949) : error C2065: 'PsRemoveLoadImageNotifyRoutine2' : undeclared identifier
c:\ce\DBKKernel\DBKDrvr.c(1949) : warning C4047: '=' : 'int' differs in levels of indirection from 'PVOID'
c:\ce\DBKKernel\DBKDrvr.c(1966) : error C2063: 'PsRemoveCreateThreadNotifyRoutine2' : not a function
c:\ce\DBKKernel\DBKDrvr.c(1970) : error C2063: 'PsRemoveLoadImageNotifyRoutine2' : not a function
dbkfunc.c
rootkit.c
processlist.c
memscan.c
threads.c
jumper.c
Generating Code...

Stop.
Compile errors: not linking c:\ce\dbkker~1 directory ********************


when compiling it so i did a search and finded this

forum.cheatengine.org/viewtopic.php?t=7014&start=0&postdays=0&postorder=asc&highlight=&sid=04a211422758f42123abd19d2850fc6e

the problem its the exact same as me, i was runing Window 2003 Build Environment to compile it so i close it and go to Window XP Build Environment and tryed again but the same error pop up again i restarted my computer and the same again, so some one know how can i get rid of this ? thx in advance and please dont flame me im just asking a little help im not a leecher, well have a nice day.

EDIT i also tryed with the Window 2000 Build Environment but again i got the same error.
Back to top
View user's profile Send private message
hackman
Expert Cheater
Reputation: 0

Joined: 11 Aug 2006
Posts: 163
Location: behind my copy of CE.....

PostPosted: Thu Sep 28, 2006 5:33 pm    Post subject: Re: syntax error in CE.. need help Reply with quote

Tortilla wrote:
Hi all

well i have some problems making my driver and i gt this error

Code:

BUILD: Examining c:\ce\dbkker~1 directory for files to compile.
Compiling c:\ce\dbkker~1 directory ********************
'nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 386=1'
cl -nologo -Ii386\ -I. -IC:\WINDDK\3790\inc\mfc42 -Iobjfre_wxp_x86\i386 -IC:\WINDDK\3790\inc\wxp -IC:\WINDDK\3790\inc\wxp -IC:\WINDDK\3790\inc\ddk\wxp -IC:\WINDDK\3790\inc\ddk\wdm\wxp -IC:\WINDDK\3790\inc\crt -D_X86_=1 -Di386=1  -DSTD_CALL -DCONDITION_HANDLING=1   -DNT_INST=0 -DWIN32=100 -D_NT1X_=100 -DWINNT=1 -D_WIN32_WINNT=0x0501 /DWINVER=0x0501 -D_WIN32_IE=0x0600    -DWIN32_LEAN_AND_MEAN=1 -DDEVL=1 -D__BUILDMACHINE__=WinDDK -DFPO=1  -DNDEBUG -D_DLL=1      /c /Zel /Zp8 /Gy /Gi- /Gm- -cbstring /W3 /WX /Gz  /QIfdiv- /G6 /GX-  /GR- /GF  -Z7 /Oxs  /Oy   -FIC:\WINDDK\3790\inc\wxp\warning.h   .\dbkdrvr.c .\dbkfunc.c .\rootkit.c .\processlist.c .\memscan.c .\threads.c .\jumper.c
dbkdrvr.c
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2146: syntax error : missing ')' before identifier 'PCREATE_THREAD_NOTIFY_ROUTINE'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2143: syntax error : missing ')' before 'identifier'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2054: expected '(' to follow 'PSRCTNR'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2059: syntax error : ')'
c:\ce\DBKKernel\DBKDrvr.c(1900) : error C2085: 'NotifyRoutine' : not in formal parameter list
c:\ce\DBKKernel\DBKDrvr.c(1901) : error C2085: 'PsRemoveCreateThreadNotifyRoutine2' : not in formal parameter list
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2146: syntax error : missing ')' before identifier 'PLOAD_IMAGE_NOTIFY_ROUTINE'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2143: syntax error : missing ')' before 'identifier'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2085: 'PSRLINR' : not in formal parameter list
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2146: syntax error : missing ',' before identifier 'PLOAD_IMAGE_NOTIFY_ROUTINE'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2146: syntax error : missing ',' before identifier 'NotifyRoutine'
c:\ce\DBKKernel\DBKDrvr.c(1903) : error C2059: syntax error : ')'
c:\ce\DBKKernel\DBKDrvr.c(1904) : error C2061: syntax error : identifier 'PSRLINR'
c:\ce\DBKKernel\DBKDrvr.c(1946) : error C2065: 'PsRemoveCreateThreadNotifyRoutine2' : undeclared identifier
c:\ce\DBKKernel\DBKDrvr.c(1946) : warning C4047: '=' : 'int' differs in levels of indirection from 'PVOID'
c:\ce\DBKKernel\DBKDrvr.c(1949) : error C2065: 'PsRemoveLoadImageNotifyRoutine2' : undeclared identifier
c:\ce\DBKKernel\DBKDrvr.c(1949) : warning C4047: '=' : 'int' differs in levels of indirection from 'PVOID'
c:\ce\DBKKernel\DBKDrvr.c(1966) : error C2063: 'PsRemoveCreateThreadNotifyRoutine2' : not a function
c:\ce\DBKKernel\DBKDrvr.c(1970) : error C2063: 'PsRemoveLoadImageNotifyRoutine2' : not a function
dbkfunc.c
rootkit.c
processlist.c
memscan.c
threads.c
jumper.c
Generating Code...

Stop.
Compile errors: not linking c:\ce\dbkker~1 directory ********************


when compiling it so i did a search and FINDED this(correct grammer... FOUND!!! GET IT RIGHT!!!!)

forum.cheatengine.org/viewtopic.php?t=7014&start=0&postdays=0&postorder=asc&highlight=&sid=04a211422758f42123abd19d2850fc6e

the problem its the exact same as me, i was runing Window 2003 Build Environment to compile it so i close it and go to Window XP Build Environment and tryed again but the same error pop up again i restarted my computer and the same again, so some one know how can i get rid of this ? thx in advance and please dont flame me im just asking a little help im not a leecher, well have a nice day.

EDIT i also tryed with the Window 2000 Build Environment but again i got the same error.

_________________
Please click my dragon(s)
Back to top
View user's profile Send private message AIM Address
Tortilla
Newbie cheater
Reputation: 0

Joined: 28 Sep 2006
Posts: 18

PostPosted: Thu Sep 28, 2006 6:02 pm    Post subject: Re: syntax error in CE.. need help Reply with quote

hackman wrote:
Tortilla wrote:

when compiling it so i did a search and FINDED this(correct grammer... FOUND!!! GET IT RIGHT!!!!)

forum.cheatengine.org/viewtopic.php?t=7014&start=0&postdays=0&postorder=asc&highlight=&sid=04a211422758f42123abd19d2850fc6e

the problem its the exact same as me, i was runing Window 2003 Build Environment to compile it so i close it and go to Window XP Build Environment and tryed again but the same error pop up again i restarted my computer and the same again, so some one know how can i get rid of this ? thx in advance and please dont flame me im just asking a little help im not a leecher, well have a nice day.

EDIT i also tryed with the Window 2000 Build Environment but again i got the same error.


Io sorry for disapointing you in my grammar, but english its not my main languaje, and if you understand what i say its not a problem, so you must need a high amount of attention posting something like this, but anyway thx for your good for nothing post ^^
Have a nice day.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites