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

Quote:
Originally Posted by manglervirus
now a new problem when i go to login it still says a timeout has acerred

plus when i go to double check to see if eqhost is the same and bam it adds this

[LoginServer] ]
Host=eqemulator.net:5996

[LoginServer]
Host=xp-smitchell:7308

what am i doing wrong or should i just reinstall and update it or what
Remove the second ] and make the file read-only.
__________________
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.