Log in

View Full Version : A little help


Andrew80k
05-29-2009, 11:57 PM
I'm working on the collector and I have it compiling against the current revision in the svn. But I have to change one thing in common/timeoutmgr.cpp. I have to add TimeoutManager timeout_manager; to the top to get it to compile. There is an extern defined in timeoutmgr.h for this but the eqemucollector stuff doesn't seem to recognize it. My C++ is a bit rusty so I'm not exactly certain why this is. Could someone enlighten me?

Andrew80k
05-30-2009, 09:50 AM
Nevermind. I did some research last night and figured it out...