Thread: EQemu for OS X?
View Single Post
  #3  
Old 07-27-2004, 09:12 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: EQemu for OS X?

Quote:
Originally Posted by Raddiux
Would it be possible to compile EQemu for OSX and run it on that? I'm not a programmer, but I looked through some of the eqemu code, and I see a lot of calls to windows stuff (Winsock for example) so i'm not even sure how you guys are getting this to run in linux. Is there seperate linux source i'm not seeing? Would it be hard to modify to run on OSX?
EQ on Mac has different Client->Server communication so it would probably have to be a completly different emulator. Or did you mean just the server for win comps?
__________________
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