>> GlobalMirror2(&GlobalMirror,2);
You can't do that after the object has been constructed. You can only do it when actually instantiating the object. You need to write an initializer method or other method that can be called to initialize those classes, something like this
GlobalMirror2.initialize(&GlobalMirror,2);
Last edited by Ancient Dragon; Oct 14th, 2006 at 8:52 pm.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2283
Retired and Enjoying Life
Offline 21,963 posts
since Aug 2005