in reply to Compiling XS modules on Win32

If you're going with ActiveState Perl, you have no choice but to use MS VC++. Support for other C compilers is currently (Perl 5.6.1, build 631) non-existent. Most things I tried seem to work.

I also use the Perl that comes with cygwin and of course gcc to build the XS and that works fine as well.

Hope this helps, -gjb-