Error linking ISXEQ in latest (MQ2-20090212a)
Posted: Sat Feb 14, 2009 9:22 pm
The issue is:
1>MQ2Utilities.obj : error LNK2019: unresolved external symbol _IsTargetable referenced in function _IsNamed
The issue is resolved by moving:
outside the
#ifndef ISXEQ
at the bottom of MQ2Spawns.cpp
1>MQ2Utilities.obj : error LNK2019: unresolved external symbol _IsTargetable referenced in function _IsNamed
The issue is resolved by moving:
Code: Select all
BOOL IsTargetable(PSPAWNINFO pSpawn)
{
return ((EQPlayerHook*)pSpawn)->IsTargetable();
}
#ifndef ISXEQ
at the bottom of MQ2Spawns.cpp