View Single Post
  #21  
Old 11-20-2004, 10:38 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Memener
Quote:
Because we all know dlls and exes are the only things that ever break eqemu.

sorry but no....

try this if you have a verson of 4.0+ take the dll and exes and put them in your 5.5+ eqemu dir

Or take the exes and dlls from 5.5 and put them into your 6.0 EQEmu folder...


I can tell you it wont work.
Memener, I was being sarcastic. Hence, the ''.
__________________
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