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.