in reply to Link Tcl to a different tcl.dll on Windows
I suspect that the updated script works because $ENV{PATH} provides everything that's needed, and that you could remove all lines that mention $pathTclDLL - and the script would still work.$ENV{'PERL_TCL_DL_PATH'} = $Bin . "\\tcltk2\\bin\\tcl86.dll"; but you probably want $ENV{'PERL_TCL_DL_PATH'} = $Bin . "\\tcltk2\\bin";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Link Tcl to a different tcl.dll on Windows
by Takamoto (Monk) on Jan 25, 2020 at 09:31 UTC | |
by Anonymous Monk on Jan 26, 2020 at 00:50 UTC | |
|
Re^2: Link Tcl to a different tcl.dll on Windows
by Anonymous Monk on Jan 25, 2020 at 07:10 UTC |