View Single Post
  #4  
Old 09-15-2004, 02:06 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

okay, im going to say this once so all you people listen up kk?

SET YOUR START IN TO:
Code:
"C:\Program Files\Sony\EverQuest"
SET YOUR TARGET TO:
Code:
"C:\Program Files\Sony\EverQuest\eqgame.exe" patchme
(If all else fails try replacing "Program Files" with "Progra~1", remove all quotes, and put a - before the patchme.)
__________________
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.