here are my errors:
Code:
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