View Single Post
  #5  
Old 09-08-2004, 10:45 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Grrrr

Quote:
Originally Posted by Zisct1
Tried it again, re-downloaded the new eqclient, loaded eq, clicked on account, then it took me to regular EQ homepage with regular-live account. I can't seem to find out where did to get the emu account registration. Any suggestions? Any info will help me out!

Sorry if i'm being a newb rofl, kinda new to the whole emu thing...
You didnt download the correct eqlsClient.ini or you didnt place it in the right directory.
__________________
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.