View Single Post
  #4  
Old 07-23-2004, 09:29 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by rizzen04
Cant remember which version it stopped working at.
5.7-DR4 was the last compatible Minilogin EMu to my understanding. Don't remember what patch it was compatible with. Reinstalling EQ is just like patching to live, its an incompatible version just the same, even if its older.
__________________
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