View Single Post
  #3  
Old 07-22-2004, 04:14 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by mzuppo
Quote:
Originally Posted by bluejam
Quote:
Originally Posted by mzuppo
I wonder where could I get the eqgame.exe needed.
Huh?
Yes, the eqgame.exe that hasn't been patched to the newest.
That wouldnt help you would need all the patched DLL's and junk too.

And how did you patch to EQL without an internet connection?
__________________
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