Log in

View Full Version : Latest Code from SVN


kameko
05-05-2010, 07:38 PM
Hey,

I just ran an update on my server and it downloaded Live.cpp into the common/patches directory. This file does not compile on my system. Line 463 refers to a member variable that does not exist. I commented that line out and it works.

This line is a memory allocation line (memset) so I'm not sure if this iwll cause problems with anything...

Just thought I'd point this out to whoever works on the code...

Thanks

Kameko

trevius
05-05-2010, 10:02 PM
Yeah, that was my bad, and is already fixed:

http://www.eqemulator.org/forums/showthread.php?p=187548#post187548

kameko
05-07-2010, 07:06 PM
Hey... I just downloaded the latest code from svn again, and this time there
there is a problem with ErrorLog.cpp in the EQEmuLoginServer code.

It's a missing header file for memory.h

I added it to ErrorLog.h in my code and now it compiles fine.

Just thought you should know...

Kameko