Log in

View Full Version : Building EQEmu-0.7.0-1013


LostZaphod
07-23-2007, 02:35 AM
To build 1013 you will need to add Anniversary.cpp to the world and zone projects.
If you do not, you will get a link error abount not finding Anniversary::Register and Anniversary::Reload.

If you use a text editor, open world.vcproj and look for
"Common Source Files" and add this to that section.
<File RelativePath="..\common\patches\Anniversary.cpp"></File>

The same goes for zone.vcproj

Blakine
07-25-2007, 03:09 AM
Good to know...thanks :)

John Adams
07-26-2007, 02:02 AM
I didn't have to do much in Linux, but when I get back to VS2005, this is good info. Thanks. :)

Theeper
08-10-2007, 02:27 AM
I can't seem to find Anniversary.cpp in the 0.7.0-1025 source. Has it been removed, or did I just somehow not get it from CVS ?

John Adams
08-10-2007, 05:34 AM
It's in ./patches

1025 compiles for me, you just have to add the existing item to the sln.