Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mrwinusa
  • Content: Threads
  • Order by date
  1. mrwinusa

    trace not working with Tcl_SetVar

    I am trying to get text from a C program to display in the Tcl GUI. If I set a trace on a variable to print it, it works whenever the variable is changed in the GUI. However, if I change it with Tcl_SetVar from the C code, it does not get printed. What gives?
  2. mrwinusa

    calling Tcl proc from C - a mystery?

    Calling a Tcl proc from C seems like a simple task, but I haven't found the trick that makes this work. Using Tcl_Eval seems logical but it hasn't worked for me. In fact, doing ret = Tcl_Eval(interp,"puts [info commands p*]"); from C confirms that it does not see the proc named...

Part and Inventory Search

Back
Top