Thread: Cvs
View Single Post
  #1  
Old 01-10-2005, 06:34 PM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default Cvs

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).

Last edited by mollymillions; 01-11-2005 at 03:09 AM..
Reply With Quote