Advertisement

Building Libraries and/or DLLs

Started by September 28, 1999 07:30 PM
-1 comments, last by GameDev.net 25 years, 5 months ago
I would like to know how to make DLLs or .lib files, using Mingw32. I can make .a files (the GCC libraries) but these are not compatible w/ other compilers. How can I make .lib, or .dlls ? I have been able to compile a single dll, but it would not load into another program.

Thanks

This topic is closed to new replies.

Advertisement