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 


cheat engine lazarus (64-bit)
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
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Tue Jun 19, 2007 7:03 pm    Post subject: cheat engine lazarus (64-bit) Reply with quote

for those interested I started porting ce to lazarus to be able to compile in 64-bit.

here's the source so far. Feel free to help. (right now only the main folder has been ported, sub projects and driver still have to be ported from scratch)

(lazarus is a free compiler: http://www.lazarus.freepascal.org/ )



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________
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


Last edited by Dark Byte on Sat Sep 13, 2008 7:09 pm; edited 1 time in total
Back to top
View user's profile Send private message MSN Messenger
hakkairu
Legendary
Reputation: 0

Joined: 02 Dec 2006
Posts: 1301

PostPosted: Sat Jun 30, 2007 6:00 pm    Post subject: Reply with quote

Not many people have 64 bits but some do. I have a question. can i add runtime plugins in C#?
_________________
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Sat Jun 30, 2007 6:08 pm    Post subject: Reply with quote

hakkairu wrote:
Not many people have 64 bits but some do.


Most every modern processor sold today are 64 bit but people run 32 bit OSes because of better hardware/application support.

hakkairu wrote:
I have a question. can i add runtime plugins in C#?


You can make a plugin in any language that supports the stdcall calling convention.
Back to top
View user's profile Send private message
hakkairu
Legendary
Reputation: 0

Joined: 02 Dec 2006
Posts: 1301

PostPosted: Sat Jun 30, 2007 6:31 pm    Post subject: Reply with quote

Quote:
Most every modern processor sold today are 64 bit but people run 32 bit OSes because of better hardware/application support.


64bits are the future since Vista.


Quote:
You can make a plugin in any language that supports the stdcall calling convention.


Well vao is helping me make in VB but i wanna make it in a "better" language which do i start

_________________
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Sat Jun 30, 2007 6:46 pm    Post subject: Reply with quote

hakkairu wrote:
Well vao is helping me make in VB but i wanna make it in a "better" language which do i start


VB.NET, C#.NET and C++.NET all compile to the same bytecode, so they're all the same performance wise. Do keep in mind C# is the only language out of the three actually designed for .NET so there is more support for it, both from Microsoft and the community.
Back to top
View user's profile Send private message
ZenX
Grandmaster Cheater Supreme
Reputation: 1

Joined: 26 May 2007
Posts: 1021
Location: ">>Pointer<<" : Address 00400560 Offset :1FE

PostPosted: Fri Jul 13, 2007 6:54 am    Post subject: Re: cheat engine lazarus (64-bit) Reply with quote

Dark Byte wrote:
for those interested I started porting ce to lazarus to be able to compile in 64-bit.

for those interested here's the source so far. Feel free to help. (rght now only the main folder has been ported, sub projects and driver still have to be ported from scratch)

(lazarus is a free compiler: http://www.lazarus.freepascal.org/ )

Thanks, Ill See What i can do.

_________________
CEF Moderator since 2007 ^_^
ZenX-Engine
Back to top
View user's profile Send private message Yahoo Messenger
asshealer
How do I cheat?
Reputation: 0

Joined: 19 Jan 2008
Posts: 1

PostPosted: Wed Jul 09, 2008 12:16 pm    Post subject: 64-Bit Reply with quote

Yeah, the 64bits rules!
Thanks alot for this =)
Back to top
View user's profile Send private message
Dami
Master Cheater
Reputation: 0

Joined: 23 Oct 2006
Posts: 336

PostPosted: Sat Sep 13, 2008 6:08 am    Post subject: Reply with quote

ah i have 64 bit comp Very Happy
Thanks Razz
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Sat Sep 13, 2008 7:17 pm    Post subject: Reply with quote

Thanks for reminding me. I just checkwed again and it seems the major bug in lazarus/fpc that stopped 64-bit ce in it's track seems to have been fixed a few weeks ago. (the bug where you can't allocate more than 2GB ram, which is required if i'd ever had to do a unknown initial value scan on a 64-bit process that allocated more than 2GB ram)

So I guess I can spend a little bit time on this project again. (Or get a few people that are interested to do it)

_________________
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
Leena
Grandmaster Cheater
Reputation: 0

Joined: 02 Jan 2008
Posts: 640

PostPosted: Sat Sep 13, 2008 11:22 pm    Post subject: Reply with quote

Looks nice, but sadly i have a 32-bit computer.

Damn piece of crap.

_________________
Back to top
View user's profile Send private message MSN Messenger
windforce
How do I cheat?
Reputation: 0

Joined: 09 Sep 2006
Posts: 5

PostPosted: Thu Jan 01, 2009 11:11 pm    Post subject: CE x64 Any further development on the x64 version? Reply with quote

I got it compiled enough to run, but its a long way from prime time. Razz Any new work scheduled to be done on it?


CE53-x64.jpg
 Description:
 Filesize:  45.29 KB
 Viewed:  43228 Time(s)

CE53-x64.jpg



_________________
Tis is tis not.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Fri Jan 02, 2009 9:33 am    Post subject: Reply with quote

Perhaps when the listview component supports the ondata event.
But it could be that the next delphi version is out by then which is supposed to support 64-bit as well.

_________________
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
xMurtaghx
I post too much
Reputation: 1

Joined: 13 Apr 2008
Posts: 3611
Location: Gayville, South Dakota, 57031, United States of America

PostPosted: Fri Jan 02, 2009 4:48 pm    Post subject: Reply with quote

Well its perfect... Almost perfect because I only have a 32-bit computer.
_________________

Scania- Lvl 117 DK✔

WE WILL MISS GMS!
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
N&E
How do I cheat?
Reputation: 0

Joined: 26 Sep 2009
Posts: 9

PostPosted: Sun Nov 01, 2009 10:01 pm    Post subject: Reply with quote

does delphi work on 64 bit operating systems or will i have to use lazarus. Where can i download lazarus?
Back to top
View user's profile Send private message
CourtneyMarie
How do I cheat?
Reputation: 0

Joined: 27 Oct 2009
Posts: 4

PostPosted: Mon Nov 02, 2009 3:38 am    Post subject: Reply with quote

Good port! Smile
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
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