OK there are TONS of classes out there with their own static void ConsoleInit functions. Most of which are outside this particular inheritance tree.
aaarrrrrgg.
OK, not tons of errors. If I try to put any sort of Initialize() in this class description, static void or regular, I get 9 "Unresolved External Symbol" errors. Those are a pain the keister to fix, and I'm not sure it's even the right track to take.
Try this:
Code:class ScObj : public NetObj { public: //try either this using NetObj::Initialize(); //or this using ConObj::Initialize(); };
sudo rm -rf /
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks