to get rid of the plugin error just rename a blank txt document plugin.pl and im not sure where you put it in, i have it in C:/EQEMu and C:/EQEMu/Quests/ and I dont get the error any more.
__________________
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.
|