View Single Post
  #1  
Old 08-30-2004, 02:14 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Question Eqem for mac?

Quote:
Originally Posted by dorkster7
ummm i couldnt find a place that said this as the subject so i am putting it here. i was just wondering if you ever made or gonna make a EQEM for mac?
According to SONY, the developers for EverQuest: Mac left and so its unsupported. The platform for an EQMac would be completely different so, there would not be a version of 5.7-DR6 that is mac-compatible or something like that, if that is what you are looking for.
__________________
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.