I also had this issue following the wiki and guide on the boards. I noticed that the server binary was much newer than the eqemulogin binary that was posted for download. So, I attempted to compile the eqemuloginserver from the svn source I downloaded, in hopes that it was a newer version. I downloaded visual c++ 2010 free version from microsoft, loaded the code, and attempted to build and it told me it needed zlib.h and mysql.h. I found the mysql includes and added that to my includes path in the project. Then I dowloaded zlib and added those includes to the path. After that it went further through the build, but then gave me and error about missing zlib.lib. This is where I'm stuck at the moment.
|