Thread: Refreshed
View Single Post
  #4  
Old 08-21-2004, 04:36 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by wodon
bah... i really thought it would. Could you explain it a little bit so i understand?
When you install EQ by the CDs the client is too old, thus needs to be patched.

When you patch your installation, the client is too new, thus cannot work with the current server release.
__________________
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.