This is a copy of hunspell 1.3.2 library that can be build with cmake or qmake from QT4. Aim was to easily compile hunspell with mingw on Windows. Most of unnecessary files (for generating windows library) where removed (gettext, autotools, tests...) I left project files for MS Visual Studio ;-)
Dictionaries for hunspell can be found on OpenOffice.org wiki or extensions.
cmake
"version" is more complex and it should create the same output (including programs and 2 libraries) as autotool on linux.
qmake
will produce only one library (hunspell) that includes also parsers library.
$ mkdir build
$ cd build
$ cmake .. -G "MinGW Makefiles"
$ mingw32-make
$ mingw32-make install
$ qmake
$ mingw32-make
hunspell library and programs compiled with cmake/mingw on Windowx XP can be found on download page