View Single Post
  #12  
Old 10-24-2005, 04:54 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Links for the download of EQVerCheck 3.1 have been removed due to a fire at the datacenter that was hosting EQVerCheck and its remote dependency. EQVerCheck's data files are now stored on EQEMulator.net. Links for 3.1.1 which properly download the data file from EQEmulator is up in the first post of this thread under Download. In this version, EQHost adjusting has been fixed as well.
__________________
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