in reply to Re: Compiling XS modules on Win32
in thread Compiling XS modules on Win32

Or better yet, why care what compiler was used? We can link to OS functions from any compiler, so we know they all have this common ground.

Why use Microsoft's compiler? Probably because that's what most developers on that platform are using, and they aim to that market. Those using gnu on Windows don't need ActiveState in the first place (anymore) but can just compile the Perl source for themselves.

—John