in reply to Re^3: Link Tcl to a different tcl.dll on Windows
in thread Link Tcl to a different tcl.dll on Windows

Yes, this is the simplest way, but not the way I want/need to go. Simple like that. Possible scenario: I want to run the same script against two different Tcl installations. I cannot install Tcl.pm anytime I want to switch installation.

  • Comment on Re^4: Link Tcl to a different tcl.dll on Windows

Replies are listed 'Best First'.
Re^5: Link Tcl to a different tcl.dll on Windows
by Anonymous Monk on Jan 26, 2020 at 00:53 UTC

    I cannot install Tcl.pm anytime I want to switch installation

    huh? You install once and choose at runtime

    use lib '/activetcltcl86';

    use lib '/activetcltcl85';

    use lib '/bitbuckettcl85';

    use lib '/bitbuckettcl86';