2008/3/26 John Bailey <rekkanoryo@rekkanoryo.org>:
I've done a bit of digging and determined that the major hurdle here will
probably be gettext.  Glib provides Visual Studio 2005 project support files
that need only minor tweaking for include paths, but it of course requires
gettext.  Gettext no longer supports Visual Stuido at all, instead expecting the
use of Cygwin and MinGW.  

Presumably the solution to this is to simply use the mingw-built gettext.  There shouldn't be any issues mixing CRTs with something like that.

-D