Thread: totally lost
View Single Post
  #4  
Old 08-28-2004, 05:59 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by jimbox114
There is a thread somewhere around here that does have precompiled .5.7dr6 with perl enabled.
I wasn't going to post this but..

http://www.eqemulator.net/forums/viewtopic.php?t=15601

Next time, read the forums, Zetas. This thread is not hard to find at all.
__________________
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