teapot icon indicating copy to clipboard operation
teapot copied to clipboard

tclcompiler does not work with Tcl/Tk 8.7.a5

Open PaulObermeier opened this issue 4 years ago • 0 comments

Apply the following changes to make tclcompiler work with Tcl/Tk 8.7.a5:

Changed load functionality: Change line in pkgIndex.tcl to: package ifneeded compiler 1.7.1 [list load [file join $dir tclcompiler171.dll] Tclcompiler]

PaulObermeier avatar Jun 15 '21 18:06 PaulObermeier