Feeling Bold!!!!! Thread last updated on 2004-02-15 20:21:57

Posted by member 66578 on 2004-02-15 09:49:07

I have made a few themes now, and i want to start making modules(or atleast try), the main thing i need to know how to create .DLL files.

Posted by member 99 on 2004-02-15 16:33:00 link

Tell your compiler to generate a dll instead of an exe. I believe both msvc and devc++ include wizards that will make projects set up that way.

Check out sources for existing modules, the only really critical things is that you export initModuleEx and quitModule.

Posted by member 66578 on 2004-02-15 20:21:57 link

thanks Rabid