PDA

View Full Version : Cvs


mollymillions
01-10-2005, 06:34 PM
I havn't been able to compile Zone.exe using VS DOT NET since the modifications on the 3 Jan 2005. There seems to be a problem with the 'database' declaration. Does anyone know the solution?

inventory.cpp
c:\EQEMU\CVS\EQEmuCVS\Source\zone\inventory.cpp(10 2) : warning C4832: token '.' is illegal after UDT 'database'
c:\EQEMU\CVS\EQEmuCVS\Source\zone\zone.h(166) : see declaration of 'database'
c:\EQEMU\CVS\EQEmuCVS\Source\zone\inventory.cpp(10 2) : error C2027: use of undefined type 'database'
c:\EQEMU\CVS\EQEmuCVS\Source\zone\zone.h(166) : see declaration of 'database'


Also extprofile.cpp and extprofile.h seemed to have been left out of the World project (i had to add them).

Branks
01-10-2005, 11:12 PM
Client.h around line 40ish below the includes add "extern Database database;"
was my solution.

cavedude
01-11-2005, 12:00 PM
The current CVS is missing client_packet.h