I need to store a single integer value that can be accessed by any instance of a COM class running on a machine. Is there any way to do this? COM does not allow static member variables or global variables. On top of that, it seems to load a new copy of the class itself every time someone tries to connect to the DLL/EXE, so a global isn't really global anyway. Any ideas?
~BenDilts( void );
~BenDilts( void );