December 10th Version Compile issues

Moderator: MacroQuest Developers

theduck
orc pawn
orc pawn
Posts: 26
Joined: Mon Dec 15, 2003 4:24 am

December 10th Version Compile issues

Post by theduck » Sat Dec 10, 2005 10:08 pm

ISXEQ\ISXEQCommands.cpp(324): error C2065: 'ppSpawnList' : undeclared identifier

ISXEQLegacy error LNK2001: unresolved external symbol "__declspec(dllimport) public: class EQClasses::EQPlayer * __thiscall EQClasses::EQPlayerManager::GetSpawnByID(int)" (__imp_?GetSpawnByID@EQPlayerManager@EQClasses@@QAEPAVEQPlayer@2@H@Z)

ISXEQLegacy error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall EQClasses::EQ_PC::GetAltAbilityIndex(int)" (__imp_?GetAltAbilityIndex@EQ_PC@EQClasses@@QAEHH@Z)

ISXEQMap fatal error LNK1120: 1 unresolved externals
ISXEQLegacy fatal error LNK1120: 5 unresolved externals


Not sure if I'm the only one getting these or what, maybe it's yet another configuration issue. Anyone?
*QUACK*

echoism
a ghoul
a ghoul
Posts: 131
Joined: Tue Oct 19, 2004 9:59 am

Post by echoism » Sun Dec 11, 2005 2:37 pm

Same deal here.

SwiftyMUSE
Developer
Developer
Posts: 1205
Joined: Tue Sep 23, 2003 10:52 pm

Post by SwiftyMUSE » Sun Dec 11, 2005 4:38 pm

ppSpawnList was removed, its now ppSpawnManager and handles spawns differently. pSpawnList remained.