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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.