|
No. If
you look into binary code of ActiveState PERL.EXE 5.6.1,
you
discover that it needs only following DLLs:
MSVCRT.DLL
PERL56.DLL
and
PERL 56.DLL uses:
SHELL32.DLL
WSOCK32.DLL
KERNEL32.DLL
USER32.DLL
ADVAPI32.DLL
MSVCRT.DLL
netapi32.dll
In ActiveState binary of PERL.EXE 5.005_03 you
find DLLs:
KERNEL32.DLL
USER32.DLL
ADVAPI32.DLL
WSOCK32.DLL
PerlCRT.DLL <------
!!!
PerlCore.DLL
netapi32.dll
In
sources of Perl 5.6.1 in file win32/Makefile you find
following
#
# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler. # It has patches that fix known bugs in older versions of MSVCRT.DLL. # This currently requires VC 5.0 with Service Pack 3 or later. # Get it from CPAN at http://www.perl.com/CPAN/authors/id/D/DO/DOUGL/ # and follow the directions in the package to install. # # Not recommended if you have VC 6.x and you're not running Windows 9x. # #USE_PERLCRT = define bye
MaT
|
- Is PERLCRT.DLL never required ? Declan Mullen
- Jan Matejka
