Quote:
Originally Posted by banned4life
yeah i have and it still says im missing it, i dunno why tho
|
Do a google for d3d9.dll and look for the link under the domain dll-files.com or something similar. Download it and extract it into your EQ directory. Chances are youll get another error after that though.
__________________
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.
|