| View previous topic :: View next topic |
| Author |
Message |
Box Grandmaster Cheater
Reputation: 0
Joined: 16 Oct 2007 Posts: 541
|
Posted: Wed Mar 26, 2008 1:49 pm Post subject: need c# help u get +rep if you help!cmon people |
|
|
how do i save a dll in c#
_________________
| zurkei wrote: | | Wow box your a real dick, I can't believe I actually thought that you were telling the truth... |
Fact: no one tells the truth on cheat engine fourms |
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Wed Mar 26, 2008 2:02 pm Post subject: |
|
|
New Project -> C# Class Library?
Although... if you want to make a dll, i'd say learn some C++
_________________
|
|
| Back to top |
|
 |
Box Grandmaster Cheater
Reputation: 0
Joined: 16 Oct 2007 Posts: 541
|
Posted: Wed Mar 26, 2008 2:07 pm Post subject: |
|
|
how do i save it? the actulaly dll
_________________
| zurkei wrote: | | Wow box your a real dick, I can't believe I actually thought that you were telling the truth... |
Fact: no one tells the truth on cheat engine fourms |
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Wed Mar 26, 2008 2:13 pm Post subject: |
|
|
You dont save a dll... you code one...
_________________
|
|
| Back to top |
|
 |
dayewalker Master Cheater
Reputation: -1
Joined: 11 Jan 2007 Posts: 496
|
Posted: Wed Mar 26, 2008 3:21 pm Post subject: |
|
|
In a nut shell, a dynamic link library (DLL) is a collection of small programs, which can be called upon when needed by the executable program (EXE) that is running. The DLL lets the executable communicate with a specific device such as a printer or may contain source code to do particular functions.
An example would be if the program (exe) needs to get the free space of your hard drive. It can call the DLL file that contains the function with parameters and a call function. The DLL will then tell the executable the free space. This allows the executable to be smaller in size and not have to write the function that has already exists.So in otherwords you have to compile it.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
|
| Back to top |
|
 |
Box Grandmaster Cheater
Reputation: 0
Joined: 16 Oct 2007 Posts: 541
|
Posted: Wed Mar 26, 2008 5:55 pm Post subject: |
|
|
i get to class veiw part and when i right click theres no add method im using microsoft visual c# 2005 express edition will that help you people help me?
_________________
| zurkei wrote: | | Wow box your a real dick, I can't believe I actually thought that you were telling the truth... |
Fact: no one tells the truth on cheat engine fourms |
|
| Back to top |
|
 |
|