Building wxWidgets 2.8.0 as a DLL with MingW/GCC
I have been using the wxWidgets Cross-platform library for my C++ projects for about 3 years now, and I must say it rocks. A stable version 2.8.0 of the library has just been released, which deprecates some of the classes and functions in 2.6 so I had to upgrade. I had some problems initially with setting up my development environment to use the library, because it is distributed as source and thus it is the user’s responsibility to compile it. The authors supply a variety of makefiles for different compilers, but some work without hassles and the others you have to tweak.
