in reply to Re^4: Perl Crash attempting to run Tcl code (depends.exe)
in thread Perl Crash attempting to run Tcl code

Hmm, Apparently tkkit.dll ( a tcl8x.dll + modules ) isn't enough Tcl for that RPC server

FWIW, modifying your path would also work  set path=%path%;C:\Tcl8.6\bin

Replies are listed 'Best First'.
Re^6: Perl Crash attempting to run Tcl code (depends.exe)
by Anonymous Monk on May 21, 2013 at 23:24 UTC

    FWIW, modifying your path would also work set path=%path%;C:\Tcl8.6\bin

    Actuall it wouldn't -- I don't have tkkit (not activeperl), so tcl.pm looks for tclxx.dll, ha