Dynamic Link Libraries Mingw32
I've been looking around for good documentation on how to make dynamic link libraries with Mingw but all the tutorials are for VC++, or for GCC in Linux.
Can someone just write up a simple tutorial that would work with Mingw under Windows using C++, preferably using the console to compile rather than an IDE so I can see the command to run. I'd appreciate it.
|