[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
curious behavior of tcl.evalc
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