Thread: Still Screwed?
View Single Post
  #26  
Old 08-11-2004, 04:02 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote