🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Building Libraries and/or DLLs

Started by
-1 comments, last by GameDev.net 24 years, 8 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