View Single Post
  #4  
Old 01-31-2005, 08:56 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by RangerDown
You need to get the *.map files from CVS and include them in your eqemu folder.

I'm not certain whether they go directly in your eqemu folder or in a subfolder (such as maps/). Search thru forums and I'm sure somebody else has said where they should go.
Follow that.
__________________
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