For those without the money to buy MSVC on Win32 systems, there are two alternatives. There is the compiler at openwatcom.org and one at digitalmars.com. The latter also has a 'D' compiler, if you're interested.
Mind you, I haven't tried either of these myself. Lemme know how it goes.:)
I'm rather fond of lcc, but I don't think one can use it to build Perl. At least, I've not heard of anybody who did it. And me, I'm not enough of a hero in C to even attempt it.
Nigel Sandever provided a patch to get PerlIO working with the borland compiler, which is now in the development sources. If anyone with access to Windows and any of these compilers wants help in herding Perl to work with them, don't hesitate to mail perl5-porters. You don't actually need to subscribe to mail it, and people will Cc: you if asked, which lets you avoid all the other stuff.
by installing the.NET Framework. You won't get the Visual Studio IDE (debugger), and you won't be able to use optimization. But last I checked, the code generated by VC++ without optimization was still running faster than GCC with optimization. This may be different now.
Also... (Score:3, Insightful)
There's also lcc for Win32 [virginia.edu], which can also be used to access the Win32 API.
Reply to This
But... (Score:3, Interesting)
I'm rather fond of lcc, but I don't think one can use it to build Perl. At least, I've not heard of anybody who did it. And me, I'm not enough of a hero in C to even attempt it.
Reply to This
Re:But... (Score:3, Interesting)
Nigel Sandever provided a patch to get PerlIO working with the borland compiler, which is now in the development sources. If anyone with access to Windows and any of these compilers wants help in herding Perl to work with them, don't hesitate to mail perl5-porters. You don't actually need to subscribe to mail it, and people will Cc: you if asked, which lets you avoid all the other stuff.
Re:But... (Score:1)
Get MS VC++ 7 commandline compiler for free (Score:1)
Re:Get MS VC++ 7 commandline compiler for free (Score:2)
Re:Get MS VC++ 7 commandline compiler for free (Score:1)