If I don't release an RT quote tracking symbol, then when I restart my C++ app the symbol is still "turned on."
Exiting the desktop and manager do not seem to affect this -- so it looks like something server side.
For example, (*m_piHooks)->ReleaseSymbol( symbol );
what I am looking for is:
(*m_piHooks)->ReleaseAllSymbols();
Many Thanks...Adam Greissman
Exiting the desktop and manager do not seem to affect this -- so it looks like something server side.
For example, (*m_piHooks)->ReleaseSymbol( symbol );
what I am looking for is:
(*m_piHooks)->ReleaseAllSymbols();
Many Thanks...Adam Greissman
Comment