- May
- 62
- 0
I've uploaded build 59 to the ftp and web sites.
(59) Fixed a problem with delayed loading of Perl510.dll
I'm sorry -- but what version of ActiveState Perl does TCC support? The help for "Perl support" in my installed Take Command v10.00.59 says:
The version supported by TCC is Active State Perl 5.8 (free from www.activestate.com).
I have ActivePerl 5.8.9.825 installed:
Code:
> perl --version
This is perl, v5.8.9 built for MSWin32-x86-multi-thread
(with 9 registered patches, see perl -V for more detail)
Copyright 1987-2008, Larry Wall
Binary build 825 [288577] provided by ActiveState http://www.ActiveState.com
Built Dec 14 2008 21:07:41
and @PERL produces the following:
Code:
> echo %@perl[print "Hello World";]
TCC: (Sys) DLL not found: perl510.dll
print "Hello World";
Well I can't find perl510.dll either
Code:
> find c:\perl\perl*.dll
C:\perl\bin\perl58.dll
C:\perl\bin\PerlEx30.dll
C:\perl\bin\PerlEz.dll
C:\perl\bin\perlis.dll
C:\perl\bin\PerlMsg.dll
C:\perl\bin\PerlSE.dll
so I'm wondering if I've missed the boat and should have installed (or upgraded) to ActivePerl 5.10.0 in spite of what the help says? :o
Thanks
--