Menu

#14 TkGate broken with Tcl/Tk 8.6

v2.0
open
nobody
simulation (1)
5
2009-03-15
2009-03-15
No

in Tcl/Tk 8.6 you can't access ((Tcl_Interp*) tcl)->result directly.

you have to use Tcl_SetObjResult (or Tcl_SetResult) for writing to, and Tcl_GetStringResult or Tcl_GetObjResult for reading from it.

Discussion


Log in to post a comment.