Bot Questions - How do i compile to dll and de... Anonymous - Mon Jul 25, 2005 4:26 pm Post subject: How do i compile to dll and de...
OK! To start off, i'm very new to this whole bot thing... I would just like to know how to compile all the files i have to make a plugin... All the required files are in one folder but i dont know how to get them compliled in a dll... and is ther also a way to decompile dlls into src...
THanks
-Dr Dji
Solo Ace - Mon Jul 25, 2005 4:32 pm Post subject:
You need a compiler, I'd recommend Bloodshed Dev-C++ (which is an IDE using MinGW as compiler) for people who are new to making plugins.
Just search the forums for more information.
There would be a way to "decompile" (disassemble) dll files, but not to their source.