Re: EQ doesn't support my vid card? HELP PLEASE!
Quote:
Originally Posted by brian72282
I run a radeon 9200, and after checking their database, I found my card is not supported. Is there a way around this so I can use eqem?
|
Sorry, the client handles this and not the server. Maybe when OpenEQ is released (dont expect this for a loong time) your card will be supported.
__________________
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.
|