Quote:
Error: EMuShareMem: pDLLLoadItems: iMaxItemID > MMF_EQMAX_ITEMS
You need to increase the define in Items.h.
|
Uh..you might want to fix that too. I'm not sure where on the boards it is, look for a tutorial on how to increase the maxmimum item count. It should be as simple as changing a definition in a header file and recompiling.
__________________
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.
|