> From: Jan Dubois [mailto:[EMAIL PROTECTED] > I would recommend using either VC++ 6 or MinGW to build Perl > modules, and especially > PAR binaries because these 2 compilers use MSVCRT.dll as the > C runtime library, and > this library is part of the OS, so there is no need to deploy > it with your application. > If you compile any module with VC 2008, then you will always > have to include MSVCR90.dll > with your applications too because it may not be present on a > target machine.
yes, I agree completely, and yet please do not forget that it is clearly stated somewhere that it is against license agreement to distribute MSVCR90.dll, so it is not possible from Licenses POW also! BR, Vadim
