gunzip mysql++.diff.gz; patch -p1 < mysql++.diff
in the sqlplusint/ subdirectory, using a Cygwin shell... Edit
Makefile.mingw32 to fit the mySQL include and lib paths. Copy
libz.a from /usr/lib to sqlplusint/. Then type
make -f Makefile.mingw32
in a console, providing that the mingw32 executables are on your
path (beware, mingw32's make has been renamed to make-mingw32.exe
or something like this, you'll have to rename it before). Cross
your fingers... This should build mysql++.dll...make -f Makefile.mingw32
and hopefully, you'll have a running NewsSrv.exe...