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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by panickedkernel

  1. panickedkernel

    Tcl_CreateCommand failing!

    all, Im calling Tcl_CreateCommand to associate a string with a c function in a program of mine. the string is NOT a string constant (its in an array), and the function pointer that im passing is obviously in scope of the call to Tcl_CreateCommand. Heres the wierd part. The string gets...
  2. panickedkernel

    Problems evaluating a boolean expression with Tcl_ExprBoolean!

    Ok guys, heres the low down, i am trying to evaluate the expression: (5556027 != 12345678901). heres how i am doing it... psExpression = "(5556027 != 12345678901)"; /* pInterp is the pointer to my tcl interpreter obviously */ then i call Tcl_ExprBoolean(pInterp, psExpression...

Part and Inventory Search

Back
Top