TclProDebug icon indicating copy to clipboard operation
TclProDebug copied to clipboard

tclparser 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 tclparser work with Tcl/Tk 8.7.a5:

Changed load functionality: Change line in pkgIndex.tcl to: package ifneeded parser 1.8 [list load [file join $dir tclparser18.dll] Tclparser]

PaulObermeier avatar Jun 15 '21 19:06 PaulObermeier