View Single Post
  #5  
Old 03-31-2005, 10:43 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by leonskennedy
Ouch. Thats old dude. I havent played for a while and I'm now returning so I havent even had a single update. I used the version checker and got a reading of 1.0.0. Which is bad I think. But patching now would #^#$ me up more since the latest patch breaks the emu.
Thats the version checker's version, not your EQ version.

Read the post about it. The EQ version number are the last 2 lines of the output, not that!!
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote