View Single Post
  #4  
Old 08-11-2004, 04:06 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: ERROR- A TIMEOUT OCCURED

Quote:
Originally Posted by MCHENRY1962
I followed all instructions
Err... let me stop you there. In almost every board there is a post about this, in some a STICKY and on the front page of eqemulator.net.

You didn't read all the instructions.
__________________
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.