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 


My first .dll with C++ :D
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions
View previous topic :: View next topic  
Author Message
theifyppl
Advanced Cheater
Reputation: 0

Joined: 29 Jun 2007
Posts: 57

PostPosted: Sat Feb 14, 2009 9:31 pm    Post subject: My first .dll with C++ :D Reply with quote

Jus made my first .dll in C++...cudnt have done it without AlbanainRetard (ReRe)
he taught me Very Happy

MyDll.dll

Back to top
View user's profile Send private message
AlbanainRetard
Master Cheater
Reputation: 0

Joined: 02 Nov 2008
Posts: 494
Location: Canada eh?

PostPosted: Sat Feb 14, 2009 9:34 pm    Post subject: Reply with quote

w00t! Nice job.
_________________
Back to top
View user's profile Send private message Send e-mail
Children
Grandmaster Cheater Supreme
Reputation: -1

Joined: 05 Jan 2008
Posts: 1521
Location: Squidward's Left Testicle

PostPosted: Sat Feb 14, 2009 9:34 pm    Post subject: Reply with quote

congratulations.
_________________
Look At Squidward GO. <3
Back to top
View user's profile Send private message AIM Address MSN Messenger
lucid
Master Cheater
Reputation: 0

Joined: 23 Jan 2008
Posts: 424

PostPosted: Sat Feb 14, 2009 9:34 pm    Post subject: Reply with quote

Cool, congratulations.
Back to top
View user's profile Send private message
AlbanainRetard
Master Cheater
Reputation: 0

Joined: 02 Nov 2008
Posts: 494
Location: Canada eh?

PostPosted: Sat Feb 14, 2009 9:38 pm    Post subject: Reply with quote

xlnoob I played with you on xbl before.
_________________
Back to top
View user's profile Send private message Send e-mail
Children
Grandmaster Cheater Supreme
Reputation: -1

Joined: 05 Jan 2008
Posts: 1521
Location: Squidward's Left Testicle

PostPosted: Sat Feb 14, 2009 9:38 pm    Post subject: Reply with quote

AlbanainRetard wrote:
xlnoob I played with you on xbl before.

Are you sure, what game?

_________________
Look At Squidward GO. <3
Back to top
View user's profile Send private message AIM Address MSN Messenger
AlbanainRetard
Master Cheater
Reputation: 0

Joined: 02 Nov 2008
Posts: 494
Location: Canada eh?

PostPosted: Sat Feb 14, 2009 9:44 pm    Post subject: Reply with quote

xlnoob wrote:
AlbanainRetard wrote:
xlnoob I played with you on xbl before.

Are you sure, what game?


i'noo i have you in recent play list.

_________________
Back to top
View user's profile Send private message Send e-mail
Children
Grandmaster Cheater Supreme
Reputation: -1

Joined: 05 Jan 2008
Posts: 1521
Location: Squidward's Left Testicle

PostPosted: Sat Feb 14, 2009 9:46 pm    Post subject: Reply with quote

AlbanainRetard wrote:
xlnoob wrote:
AlbanainRetard wrote:
xlnoob I played with you on xbl before.

Are you sure, what game?


i'noo i have you in recent play list.

Shouldn't it tell you what game we met in? lol

Anyway, add me to xbl. I'll be on some time next week. (I got kicked out my house) lol

_________________
Look At Squidward GO. <3
Back to top
View user's profile Send private message AIM Address MSN Messenger
AlbanainRetard
Master Cheater
Reputation: 0

Joined: 02 Nov 2008
Posts: 494
Location: Canada eh?

PostPosted: Sat Feb 14, 2009 9:48 pm    Post subject: Reply with quote

xlnoob wrote:
AlbanainRetard wrote:
xlnoob wrote:
AlbanainRetard wrote:
xlnoob I played with you on xbl before.

Are you sure, what game?


i'noo i have you in recent play list.

Shouldn't it tell you what game we met in? lol

Anyway, add me to xbl. I'll be on some time next week. (I got kicked out my house) lol


wow, Cronic

_________________
Back to top
View user's profile Send private message Send e-mail
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sat Feb 14, 2009 9:52 pm    Post subject: Reply with quote

protip: set your own entry point for the DLL to drastically cut down on the size from pointless imports.
Back to top
View user's profile Send private message
AlbanainRetard
Master Cheater
Reputation: 0

Joined: 02 Nov 2008
Posts: 494
Location: Canada eh?

PostPosted: Sat Feb 14, 2009 9:53 pm    Post subject: Reply with quote

slovach wrote:
protip: set your own entry point for the DLL to drastically cut down on the size from pointless imports.


Um it has its own. XD

_________________
Back to top
View user's profile Send private message Send e-mail
Children
Grandmaster Cheater Supreme
Reputation: -1

Joined: 05 Jan 2008
Posts: 1521
Location: Squidward's Left Testicle

PostPosted: Sat Feb 14, 2009 9:55 pm    Post subject: Reply with quote

AlbanainRetard wrote:
xlnoob wrote:
AlbanainRetard wrote:
xlnoob wrote:
AlbanainRetard wrote:
xlnoob I played with you on xbl before.

Are you sure, what game?


i'noo i have you in recent play list.

Shouldn't it tell you what game we met in? lol

Anyway, add me to xbl. I'll be on some time next week. (I got kicked out my house) lol


wow, Cronic

What does "Cronic" mean? Or is that your gamertag? lol

_________________
Look At Squidward GO. <3
Back to top
View user's profile Send private message AIM Address MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sat Feb 14, 2009 9:58 pm    Post subject: Reply with quote

AlbanainRetard wrote:
slovach wrote:
protip: set your own entry point for the DLL to drastically cut down on the size from pointless imports.


Um it has its own. XD


Rolling Eyes

If you don't use an entry point, or point the linker to DllMain as the entry, the CRT won't be included. If you don't make use of it, you can probably cut the filesize down ten fold.
Back to top
View user's profile Send private message
AlbanainRetard
Master Cheater
Reputation: 0

Joined: 02 Nov 2008
Posts: 494
Location: Canada eh?

PostPosted: Sat Feb 14, 2009 9:59 pm    Post subject: Reply with quote

xlnoob wrote:
AlbanainRetard wrote:
xlnoob wrote:
AlbanainRetard wrote:
xlnoob wrote:
AlbanainRetard wrote:
xlnoob I played with you on xbl before.

Are you sure, what game?


i'noo i have you in recent play list.

Shouldn't it tell you what game we met in? lol

Anyway, add me to xbl. I'll be on some time next week. (I got kicked out my house) lol


wow, Cronic

What does "Cronic" mean? Or is that your gamertag? lol


I have like 3 gold gt, xxCronicPointxx

_________________
Back to top
View user's profile Send private message Send e-mail
theifyppl
Advanced Cheater
Reputation: 0

Joined: 29 Jun 2007
Posts: 57

PostPosted: Sat Feb 14, 2009 10:09 pm    Post subject: Reply with quote

thanks guys...
xlnoob i love ur avatar lol
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions 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