curious behavior of tcl.evalc
Mohamed Vall El Alem
Mohamed.Vall.El.Alem@crm.mot.com
Fri, 18 Sep 1998 16:15:37 +0200
hi all,
I used to use in my C++ code several calls to the Otcl level.
That worked good until this morning !! :
in my C++ code, I use :
Tcl& tcl = Tcl::instance();
tcl.evalc("Simulator instance");
char* tmp = tcl.resultf() ;
...........
But at the execution, curiously the variable tmp beleow contains :
"_o3 now"
and sometimes "now _o3" !!!!
the "_o3" is quite normal , but the "now" is really surprising !!!
I verified all my code without success !!
HAS ANYONE MET THIS PROBLEME BEFORE ? ANY SUGGESTION TO FIX THIS ?
Many thanks in advance
Mohamed Vall EL ALEM
Paris