View Single Post
  #3  
Old 08-23-2004, 05:31 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Numtin
per this post http://www.eqemulator.net/forums/viewtopic.php?t=1736 here is the additional info I need to supply:

OS: Windows XP professional
Connection: Public Login server
Comp: 1.8 processor with 512k ram

Firewalls are OFF
I really really hope you mean 512mb not 512kb.

Regardless, try switching all your external IP addresses to 'localhost' and unlocking the server. So instead of:
Computer -> Internet -> Login (logging in)
Server -> Internet -> Computer (logged in)

It will be
Computer -> Internet -> Login
Server -> Computer
__________________
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