PDA

View Full Version : dr3 compiling issue


Magoth78
10-14-2004, 07:13 AM
here are my errors:

database.cpp
\EQEmuCVS\EQEmuCVS\Source\common\database.cpp(4311 ) : error C2039: 'RecSkill' : is not a member of 'ItemCommon_Struct'
g:\EQEmuCVS\EQEmuCVS\Source\zone\../common\eq_packet_structs.h(2196) : see declaration of 'ItemCommon_Struct'
\EQEmuCVS\EQEmuCVS\Source\common\database.cpp(4312 ) : error C2039: 'RecSkill' : is not a member of 'ItemCommon_Struct'
g:\EQEmuCVS\EQEmuCVS\Source\zone\../common\eq_packet_structs.h(2196) : see declaration of 'ItemCommon_Struct'
\EQEmuCVS\EQEmuCVS\Source\common\database.cpp(4731 ) : error C2511: 'void Database::LoadAnItem(uint16,unsigned int *,unsigned int *)' : overloaded member function not found in 'Database'
g:\EQEmuCVS\EQEmuCVS\Source\zone\../common\database.h(135) : see declaration of 'Database'
\EQEmuCVS\EQEmuCVS\Source\common\database.cpp(4876 ) : error C2039: 'Type' : is not a member of 'Item_Struct'
g:\EQEmuCVS\EQEmuCVS\Source\zone\../common\eq_packet_structs.h(2321) : see declaration of 'Item_Struct'
\EQEmuCVS\EQEmuCVS\Source\common\database.cpp(7176 ) : error C2039: 'ModSkill' : is not a member of 'ItemCommon_Struct'
g:\EQEmuCVS\EQEmuCVS\Source\zone\../common\eq_packet_structs.h(2196) : see declaration of 'ItemCommon_Struct'
\EQEmuCVS\EQEmuCVS\Source\common\database.cpp(7180 ) : error C2039: 'BaneDmgAmt' : is not a member of 'ItemCommon_Struct'
g:\EQEmuCVS\EQEmuCVS\Source\zone\../common\eq_packet_structs.h(2196) : see declaration of 'ItemCommon_Struct'


and


loottables.cpp
loottables.cpp(336) : error C2065: 'NumEntries' : undeclared identifier
loottables.cpp(337) : error C3861: 'NumEntries': identifier not found, even with argument-dependent lookup



first time i experience this error (all the libs are correctly placed and linked i think as my previous comp worked well)

did I miss something?

Thx,
Mag

Edgar1898
10-14-2004, 07:20 AM
make sure SHAREMEM and FIELD_ITEMS are defined or you will get that problem, its cause by some archaic code that isnt used anymore and needs to be taken out. I am waiting for FatherNitWit to finish with all his changes and check them in, (he has a LOT), then I or someone else will go through the code and remove all the useless junk that is just bloating the code.

Magoth78
10-14-2004, 07:22 AM
Quick answer,

I see... thx LE.



Have fun,
Mag

Magoth78
10-14-2004, 07:59 AM
-- nt --

Edgar1898
10-14-2004, 08:00 AM
look in C:\EQEMuCVS\Build

Thats the default directory I put into the Server Solution for VS.