View previous topic :: View next topic |
Author |
Message |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Tue Mar 13, 2012 3:04 am Post subject: How to compile CE 6.2 beta 5 for very beginners. |
|
|
A) Downloading CE source.
1) Install TortoiseSVN
http://tortoisesvn.net/downloads.html
2) Right click any folder of your choice in Windows Operating system and select SVN checkout... from the context menu.
3) In URL of repository: Textbox write:-
http://cheat-engine.googlecode.com/svn/trunk/
4) Press OK.
B) Downloading IDE and Compiler.
Download Lazarus and FPC. (Lazarus is an free IDE for pascal, and FPC is free pascal compiler)
Get this one.
ftp://ftp.freepascal.org/pub/lazarus/snapshots/Lazarus-0.9.31-35701-fpc-2.6.1-20120305-win64.exe
C) Compiling and Running.
1) Open Lazarus from start menu
2) Project-> Open Project
3) Browse to the folder where you downloaded source files
4) go to Cheat engine source folder
5) Select cheatengine.lpi
6) Run-> Build or (Shift+F9)
7) F9
And you are done.
_________________
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
|
Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Mon Mar 19, 2012 11:23 am Post subject: Re: How to compile CE 6.2 beta 5 for very beginners. |
|
|
Thank You.
I forgot about 32 bit OS.
_________________
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Wed Mar 21, 2012 6:40 am Post subject: |
|
|
@Freiza, no problem.
But, daily lazarus snapshots isn't a good idea. (vehdebugger doesn't work).
I think I can prepare huge script for downloading and compiling specific version of FPC and Lazarus. Then downloading newest CE62 revision and compiling it.
_________________
|
|
Back to top |
|
 |
neuronet Newbie cheater
Reputation: 0
Joined: 01 Sep 2012 Posts: 11
|
Posted: Sat Sep 01, 2012 11:23 pm Post subject: Re: How to compile CE 6.2 beta 5 for very beginners. |
|
|
Thanks for your "How to compile" post....
but... but....
This ends in nowhere....
Have tried to google for this version but without any success....
Any alternative DL-Link available? Thanks....
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
|
Back to top |
|
 |
neuronet Newbie cheater
Reputation: 0
Joined: 01 Sep 2012 Posts: 11
|
Posted: Sun Sep 02, 2012 6:50 am Post subject: |
|
|
mgr.inz.Player wrote: | ftp://freepascal.dfmk.hu/pub/lazarus/snapshots/ |
I found that too... but then i get the
Code: | frmStringMapUnit.pas(74,49) Error: Identifier not found "TAvgLvlTreeNodeMemManager"
|
error...
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25783 Location: The netherlands
|
Posted: Sun Sep 02, 2012 7:59 am Post subject: |
|
|
get the svn source or get a older version of fpc
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
s8box How do I cheat?
Reputation: 0
Joined: 09 Dec 2012 Posts: 1
|
Posted: Sun Dec 09, 2012 11:20 pm Post subject: |
|
|
Downloaded last lazarus snapshot Lazarus-1.1-39433-fpc-2.7.1-20121203-win64.exe and last commit from svn, but when I try to build the source, got some errors:
foundlisthelper.pas(592,21) Error: function header doesn't match the previous declaration "procedure Initialize(TVariableType;TCustomType):Int64;"
foundlisthelper.pas(709,21) Error: function header doesn't match the previous declaration "procedure Initialize(TVariableType;LongInt;Boolean;Boolean;Boolean;Boolean;TCustomType):Int64;"
foundlisthelper.pas(767) Fatal: There were 2 errors compiling module, stopping
So, can any one just tell me last lazarus version that works with the code?
Thanks
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25783 Location: The netherlands
|
Posted: Mon Dec 10, 2012 5:43 am Post subject: |
|
|
lazaus 1.1 svn 39104 compiles
fpc 2.6.1 <-- use this one (either 2.7.1 has stripped function overloading, or it's a bug)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
akampro How do I cheat?
Reputation: 0
Joined: 21 Apr 2012 Posts: 5
|
Posted: Fri Jan 11, 2013 10:03 am Post subject: |
|
|
Good, thanks
I have running and debugging.
I want run
|
|
Back to top |
|
 |
mdockz Cheater
Reputation: 0
Joined: 24 Feb 2013 Posts: 41
|
Posted: Sun Feb 24, 2013 5:52 am Post subject: |
|
|
so how do actually create the installer for this?
I don't really understand but i want to use this to customize my cheat engine.
I followed the steps but i can't find anything >_<.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25783 Location: The netherlands
|
Posted: Sun Feb 24, 2013 6:45 am Post subject: |
|
|
Sorry, but I don't allow spread of customized cheat engine versions in binary form (lua scripts that customize the gui or plugins are fine though)
But if it's for yourself, look up inno setup
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
mdockz Cheater
Reputation: 0
Joined: 24 Feb 2013 Posts: 41
|
Posted: Sun Feb 24, 2013 7:03 am Post subject: |
|
|
Ah well i pretty much want to change the icon and name so when i use it. its like a different program.
And yes, its for myself.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25783 Location: The netherlands
|
Posted: Sun Feb 24, 2013 7:06 am Post subject: |
|
|
changing the icon and name is done inside lazarus project options
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|