02-16-2012, 07:37 PM
(02-16-2012, 04:08 PM)Bookkc Wrote: help me!!!
Please include the revision number next time so that we know what code version to look at and if it hasn't been fixed in the meantime.
Yeah, errors like these will be likely to happen, unfortunately, because the MSVC compiler that we're using as the primary dev environment doesn't report these as errors (but they make the server fail in the runtime)
I fixed this one error in rev 269, so you can try again now.
I have run into some linker errors, it seems that the header-file dependency in the makefile is still not working, so if it happens ("undefined reference to cEntity::GetPosX()"), just "make clean" and then "make" again