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 


How to compile CE 6.2 beta 5 for very beginners.
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source
View previous topic :: View next topic  
Author Message
Freiza
Grandmaster Cheater
Reputation: 22

Joined: 28 Jun 2010
Posts: 662

PostPosted: Tue Mar 13, 2012 3:04 am    Post subject: How to compile CE 6.2 beta 5 for very beginners. Reply with quote

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
View user's profile Send private message Send e-mail
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Mon Mar 19, 2012 9:51 am    Post subject: Re: How to compile CE 6.2 beta 5 for very beginners. Reply with quote

Freiza wrote:

Get this one.
ftp://ftp.freepascal.org/pub/lazarus/snapshots/Lazarus-0.9.31-35701-fpc-2.6.1-20120305-win64.exe



ftp://ftp.freepascal.org/pub/lazarus/snapshots/
and search for win64.exe or win32.exe *Lazarus-0.9.31*

_________________
Back to top
View user's profile Send private message MSN Messenger
Freiza
Grandmaster Cheater
Reputation: 22

Joined: 28 Jun 2010
Posts: 662

PostPosted: Mon Mar 19, 2012 11:23 am    Post subject: Re: How to compile CE 6.2 beta 5 for very beginners. Reply with quote

mgr.inz.Player wrote:
Freiza wrote:

Get this one.
ftp://ftp.freepascal.org/pub/lazarus/snapshots/Lazarus-0.9.31-35701-fpc-2.6.1-20120305-win64.exe



ftp://ftp.freepascal.org/pub/lazarus/snapshots/
and search for win64.exe or win32.exe *Lazarus-0.9.31*


Thank You.
I forgot about 32 bit OS.

_________________
Back to top
View user's profile Send private message Send e-mail
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Wed Mar 21, 2012 6:40 am    Post subject: Reply with quote

@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
View user's profile Send private message MSN Messenger
neuronet
Newbie cheater
Reputation: 0

Joined: 01 Sep 2012
Posts: 11

PostPosted: Sat Sep 01, 2012 11:23 pm    Post subject: Re: How to compile CE 6.2 beta 5 for very beginners. Reply with quote

Thanks for your "How to compile" post....

but... but....

Freiza wrote:
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


This ends in nowhere.... Sad

Have tried to google for this version but without any success....

Any alternative DL-Link available? Thanks....
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Sun Sep 02, 2012 2:11 am    Post subject: Reply with quote

ftp://freepascal.dfmk.hu/pub/lazarus/snapshots/
_________________
Back to top
View user's profile Send private message MSN Messenger
neuronet
Newbie cheater
Reputation: 0

Joined: 01 Sep 2012
Posts: 11

PostPosted: Sun Sep 02, 2012 6:50 am    Post subject: Reply with quote

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25783
Location: The netherlands

PostPosted: Sun Sep 02, 2012 7:59 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
s8box
How do I cheat?
Reputation: 0

Joined: 09 Dec 2012
Posts: 1

PostPosted: Sun Dec 09, 2012 11:20 pm    Post subject: Reply with quote

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25783
Location: The netherlands

PostPosted: Mon Dec 10, 2012 5:43 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
akampro
How do I cheat?
Reputation: 0

Joined: 21 Apr 2012
Posts: 5

PostPosted: Fri Jan 11, 2013 10:03 am    Post subject: Reply with quote

Good, thanks
I have running and debugging.

I want run
Back to top
View user's profile Send private message
mdockz
Cheater
Reputation: 0

Joined: 24 Feb 2013
Posts: 41

PostPosted: Sun Feb 24, 2013 5:52 am    Post subject: Reply with quote

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25783
Location: The netherlands

PostPosted: Sun Feb 24, 2013 6:45 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
mdockz
Cheater
Reputation: 0

Joined: 24 Feb 2013
Posts: 41

PostPosted: Sun Feb 24, 2013 7:03 am    Post subject: Reply with quote

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25783
Location: The netherlands

PostPosted: Sun Feb 24, 2013 7:06 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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