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 


[solved] having issues with the compile....

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

Joined: 05 Feb 2008
Posts: 14

PostPosted: Mon Oct 19, 2009 1:09 pm    Post subject: [solved] having issues with the compile.... Reply with quote

EDIT: nevermind got it working...i had tryed both compiling and building before, but i just tryed compiling again and it worked....


got Delphi 7 Enterprise, the Windows Driver Kit, and CE 5.3 Source....the IDE and WDK are installed....this is my first use of DELPHI period...fluent in .NET languages- VB/C#/ASP....can you give me some direction....

trying to compile trainer.exe from standalone directory....trainerwithassembler.exe compiled successfully....

seems to stick on line 2251 of disassembler.pas

Code:

        WaitForSingleObject(semaphore,infinite); //make sure it doesnt get deleted while I'm reading it


Output is as follows...

Code:

[Warning] ExtraTrainerComponents.pas(96): Method 'SetAutoSize' hides virtual method of base type 'TControl'
[Hint] NewKernelHandler.pas(247): Variable 'list' is declared but never used in 'ProtectProcess'
[Hint] NewKernelHandler.pas(248): Variable 'listsize' is declared but never used in 'ProtectProcess'
[Hint] NewKernelHandler.pas(260): Variable 'list' is declared but never used in 'ProtectCE'
[Hint] NewKernelHandler.pas(261): Variable 'listsize' is declared but never used in 'ProtectCE'
[Hint] NewKernelHandler.pas(397): Variable 'x' is declared but never used in 'UseDBKOpenProcess'
[Warning] symbolhandler.pas(91): Method 'Destroy' hides virtual method of base type 'TObject'
[Hint] symbolhandler.pas(189): Variable 'previousprocesshandle' is declared but never used in 'TSymHandler.reinitialize'
[Hint] symbolhandler.pas(300): Variable 'ok' is declared but never used in 'TSymHandler.fillMemoryRegionsWithModuleData'
[Hint] symbolhandler.pas(476): Value assigned to 'TSymHandler.getAddressFromName' never used
[Hint] symbolhandler.pas(464): Variable 'newaddress' is declared but never used in 'TSymHandler.getAddressFromName'
[Hint] symbolhandler.pas(466): Variable 'oldoptions' is declared but never used in 'TSymHandler.getAddressFromName'
[Hint] symbolhandler.pas(38): Private symbol 'lastmodulelistupdate' declared but never used
[Hint] CEFuncProc.pas(1294): Value assigned to 'position' never used
[Hint] CEFuncProc.pas(1691): Variable 'j' is declared but never used in 'ByteStringToText'
[Warning] CEFuncProc.pas(1878): Combining signed and unsigned types - widened both operands
[Hint] CEFuncProc.pas(1837): Variable 'tempj' is declared but never used in 'scanbits'
[Hint] CEFuncProc.pas(2074): Variable 'i' is declared but never used in 'Freememory'
[Hint] CEFuncProc.pas(2256): Value assigned to 'j' never used
[Hint] CEFuncProc.pas(2215): Variable 'BAddress' is declared but never used in 'RemoveAddress'
[Warning] CEFuncProc.pas(5508): Combining signed and unsigned types - widened both operands
[Hint] CEFuncProc.pas(5525): Value assigned to 'j' never used
[Hint] CEFuncProc.pas(2943): Value assigned to 'j' never used
[Hint] CEFuncProc.pas(2928): Value assigned to 'j' never used
[Warning] CEFuncProc.pas(6399): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6463): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6515): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6567): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6625): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6685): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6719): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6777): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6836): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6871): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6931): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(6988): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(7475): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(7617): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(7654): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(7756): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(7893): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(7930): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8029): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8125): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8230): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8330): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8419): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8508): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8602): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8736): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8771): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(8870): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9005): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9039): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9138): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9233): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9389): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9480): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9572): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9664): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9761): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9904): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(9941): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10040): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10181): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10217): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10317): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10414): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10574): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10663): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10752): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10840): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(10937): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11070): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11104): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11202): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11336): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11370): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11470): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11567): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11669): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11770): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11861): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(11949): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12047): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12181): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12216): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12316): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12454): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12489): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12583): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12680): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(12785): Combining signed and unsigned types - widened both operands
[Hint] CEFuncProc.pas(12716): Value assigned to 'Found' never used
[Hint] CEFuncProc.pas(10095): Value assigned to 'helpsingle' never used
[Hint] CEFuncProc.pas(10177): Value assigned to 'helpsingle' never used
[Hint] CEFuncProc.pas(9816): Value assigned to 'helpsingle' never used
[Hint] CEFuncProc.pas(9900): Value assigned to 'helpsingle' never used
[Hint] CEFuncProc.pas(18758): Value assigned to 'l' never used
[Warning] CEFuncProc.pas(13031): Variable 'j' might not have been initialized
[Warning] CEFuncProc.pas(13946): Variable 'j2' might not have been initialized
[Warning] CEFuncProc.pas(19206): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(19211): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(19221): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(19226): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(19236): Combining signed and unsigned types - widened both operands
[Warning] CEFuncProc.pas(19241): Combining signed and unsigned types - widened both operands
[Hint] CEFuncProc.pas(19061): Value assigned to 'NO' never used
[Hint] Assemblerunit.pas(1687): Value assigned to 'i' never used
[Hint] Assemblerunit.pas(1821): Value assigned to 'disp' never used
[Hint] Assemblerunit.pas(1815): Value assigned to 'j' never used
[Hint] Assemblerunit.pas(1779): Value assigned to 'last' never used
[Hint] Assemblerunit.pas(1778): Value assigned to 'rewrite' never used
[Hint] Assemblerunit.pas(1766): Variable 'k' is declared but never used in 'rewrite'
[Hint] Assemblerunit.pas(1893): Variable 'spacecount' is declared but never used in 'tokenize'
[Hint] Assemblerunit.pas(1894): Variable 'seperatorcount' is declared but never used in 'tokenize'
[Hint] Assemblerunit.pas(2143): Value assigned to 'k' never used
[Hint] Assemblerunit.pas(2147): Value assigned to 'k' never used
[Hint] Assemblerunit.pas(2296): Value assigned to 'createModRM' never used
[Error] disassembler.pas(2251): Undeclared identifier: 'semaphore'
[Error] disassembler.pas(2252): Undeclared identifier: 'debuggerthread'
[Error] disassembler.pas(2252): Operator not applicable to this operand type
[Error] disassembler.pas(2254): Incompatible types
[Error] disassembler.pas(2255): 'THEN' expected but identifier 'int3userbreakpoints' found
[Error] disassembler.pas(2258): Missing operator or semicolon
[Error] disassembler.pas(2258): Missing operator or semicolon
[Error] disassembler.pas(2263): 'THEN' expected but identifier 'int3CEBreakpoint' found
[Warning] disassembler.pas(4111): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4118): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4127): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4135): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4143): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4151): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4160): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4168): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4176): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4184): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4192): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4200): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4208): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4216): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4224): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(4230): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(5999): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6006): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6013): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6020): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6027): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6034): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6041): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6048): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6055): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6062): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6069): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6076): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6083): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6090): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6097): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(6104): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8361): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8367): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8382): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8389): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8399): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8437): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8446): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8452): Combining signed and unsigned types - widened both operands
[Warning] disassembler.pas(8470): Combining signed and unsigned types - widened both operands
[Error] disassembler.pas(8778): Assignment to FOR-Loop variable 'i'
[Error] disassembler.pas(8789): EXCEPT or FINALLY expected
[Error] disassembler.pas(8791): Statement expected but 'FUNCTION' found
[Warning] disassembler.pas(8814): Comparing signed and unsigned types - widened both operands
[Warning] disassembler.pas(8825): Comparing signed and unsigned types - widened both operands
[Fatal Error] frmautoinjectunit.pas(15): Could not compile used unit 'disassembler.pas'
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