Tcl_Obj ** problem in C++ program ??

From: anand (anandv79_at_rediffmail.com)
Date: 02/26/04


Date: 26 Feb 2004 08:12:53 -0800

Hello All,
  I have implemented "unknown" method in my C++ program. This is
called whenever unimplemented command is interpreted. Now i intend to
save the "Tcl_Obj **" pointer in my own say(m_Tcl_Obj **) pointer and
access it in other function - but before the next time "unknown" is
called. Now it seems the objects pointed to by "m_Tcl_Obj **" are
changing or getting modified when i try to access it other function,
even though i saved them previously !
ny clues ??

Thanks in Advance,
Anand