View Single Post
  #5  
Old 08-20-2004, 04:48 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

place it in %SystemRoot% and open a command prompt.
Code:
cmd
cd %systemroot%
regsvr32 EMuShareMem.dll
exit
__________________
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.