The Visual Studio 2005 C++ compiler gives errors if I try to make a managed class global or staic.
Is there a way around this so that I can make a singleton design pattern for the glass where I have one instance that is globally accessible to all other classes
Thanks.
Paul