Bot Questions - making .c and .h files into a .dll Anonymous - Fri Feb 29, 2008 10:42 pm Post subject: making .c and .h files into a .dll
how do you make the .c files and .h files that you have into a .dll files instead of starting a .dll from scratch?
Samapico - Sat Mar 01, 2008 3:52 pm Post subject:
1- how would you "start a dll from scratch" ?
2- You have to compile the code... use something like Dev C++ (free) or Visual Studio (can be found easily on torrents and such)
Bak - Sat Mar 01, 2008 11:48 pm Post subject:
follow the first few steps in discretion's module tutorial: http://wiki.minegoboom.com/index.php/Creating_and_Testing_a_Simple_Discretion_ModuleAnonymous - Sun Mar 02, 2008 9:00 am Post subject: bak
ok i did the steps but when i do build <modulename> i dont know where it saved the .dll, only one i see is .cpp which i saved as in desktop