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

Quote:
Originally Posted by uleian
Im having this same problem and i havent patched to live...i crashed once and now i cant log back in so im having this problem and its not from pathcing ; /
You're certain you havent run the patcher after the 14th? Try reinstalling DX9.
__________________
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.