View Single Post
  #11  
Old 07-17-2004, 06:07 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Zkhava
Also, before you set up your eqemu , you are supposed to


Make 2 seperate folders, supposed if you patched, you could run eqemu from a diff folder & everything would be 100% fine


Just saying, should read the Directions given
Ive always kind of disagreed, im one of those people with less than 500mb space on my main HD...

But I managed to get a EQEMu Folder with a copy of EQ so.. I agree with the logic but I know how some people cant do it
__________________
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