Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TCC finds perl510.dll - does NOT like it ;)

May
62
0
As previously mentioned [POST]5021[/POST], after installing ActivePerl 5.10
Code:
> perl --version

This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 5 registered patches, see perl -V for more detail)

Copyright 1987-2007, Larry Wall

Binary build 1004 [287188] provided by ActiveState http://www.ActiveState.com
Built Sep  3 2008 13:16:37
I found that TCC
Code:
> ver /r

TCC  10.00.59   Windows XP [Version 5.1.2600]
no longer complains about not finding perl510.dll.

NOW something like
Code:
> echo %@perl[print "Hello World";]
produces a TCC popup
TCC has encountered a problem and needs to close. We
are sorry for the inconvenience.
with the associated Error signature
AppName: tcc.exe AppVer: 10.0.0.59 ModName: ntdll.dll
ModVer: 5.1.2600.5512 Offset: 0001b1fa
and an abrupt termination of TakeCommand when the popup is dismissed.

I must be missing something :o and would greatly appreciate suggestions on obtaining a somewhat more useful response from TCC's Perl support.
Thanks. :)
 
I get this .GPF after copying the ActiveState .DLL into the TCC folder
and trying to use @perl[]

TCC 10.00.59
Module=C:\WINDOWS\system32\ntdll.dll
Address=7C91B1FA
Exception=C0000005
EAX=00000000 EBX=00000000 ECX=00000524 EDX=280CD030
ESI=280CD020 EDI=00000000 EBP=00D5DD40 ESP=00D5DCCC
CS=0000001B DS=00000023 ES=00000023 SS=00000023
Flags=00010246

Stack:
1 : ntdll.dll 0001:0001a1fa
2 : ntdll.dll 0001:00000046
3 : perl510.dll 0001:0009f8a1
4 : perl510.dll 0001:000a07c8
5 : perl510.dll 0001:0009e7ab
6 : perl510.dll 0001:000a1472
7 : perl510.dll 0001:0009e6fb
8 : perl510.dll 0001:000a14ae


On Sun, Mar 15, 2009 at 7:53 PM, Bob Chapman <> wrote:

> As previously mentioned http://jpsoft.com/forums/showthread.php?p=5021#post5021, after installing ActivePerl 5.10
>
> Code:
> ---------
>> perl --version
>
> This is perl, v5.10.0 built for MSWin32-x86-multi-thread
> (with 5 registered patches, see perl -V for more detail)
>
> Copyright 1987-2007, Larry Wall
>
> Binary build 1004 [287188] provided by ActiveState http://www.ActiveState.com
> Built Sep *3 2008 13:16:37
> ---------
> I found that TCC
> Code:
> ---------
>> ver /r
>
> TCC *10.00.59 * Windows XP [Version 5.1.2600]
> ---------
> no longer complains about not finding *perl510.dll*.
>
> *NOW* something like
> Code:
> ---------
>> echo %@perl[print "Hello World";]
> ---------
> *produces a TCC popup
> ---Quote---
> TCC has encountered a problem and needs to close. We
> are sorry for the inconvenience.
> ---End Quote---
> *with the associated Error signature
> ---Quote---
> AppName: tcc.exe AppVer: 10.0.0.59 ModName: ntdll.dll
> ModVer: 5.1.2600.5512 Offset: 0001b1fa
> ---End Quote---
> *and an abrupt termination of TakeCommand when the popup is dismissed.
>
> I must be missing something :o and would greatly appreciate suggestions on obtaining a somewhat more useful response from TCC's Perl support.
> Thanks. :)
>
>
>
>
>



--
Jim Cook
2009 Saturdays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Sunday.
 

Similar threads

Back
Top