Jump to content
  • 0

Help me Aunty Mangos!


xero2271

Question

..\..\..\..\bin\win32_release\mangosscript.exp

1>shadowfang_keep.obj : error LNK2001: unresolved external symbol "public: void __thiscall Unit::StopMoving(bool)" (?StopMoving@Unit@@QAEX_N@Z)

1>boss_thekal.obj : error LNK2001: unresolved external symbol "public: void __thiscall Unit::StopMoving(bool)" (?StopMoving@Unit@@QAEX_N@Z)

1>sc_creature.obj : error LNK2019: unresolved external symbol "public: void __thiscall Unit::StopMoving(bool)" (?StopMoving@Unit@@QAEX_N@Z) referenced in function "public: unsigned int const & __thiscall Object::GetUInt32Value(unsigned short)const " (?GetUInt32Value@Object@@QBEABIG@Z)

1>follower_ai.obj : error LNK2001: unresolved external symbol "public: void __thiscall Unit::StopMoving(bool)" (?StopMoving@Unit@@QAEX_N@Z)

1>burning_steppes.obj : error LNK2001: unresolved external symbol "public: void __thiscall Unit::StopMoving(bool)" (?StopMoving@Unit@@QAEX_N@Z)

1>stormwind_city.obj : error LNK2001: unresolved external symbol "public: void __thiscall Unit::StopMoving(bool)" (?StopMoving@Unit@@QAEX_N@Z)

1>boss_thaddius.obj : error LNK2001: unresolved external symbol "public: void __thiscall Unit::StopMoving(bool)" (?StopMoving@Unit@@QAEX_N@Z)

1>redridge_mountains.obj : error LNK2019: unresolved external symbol "public: void __thiscall CreatureAI::SendAIEvent(enum AIEventType,class Unit *,class Creature *,unsigned int)const " (?SendAIEvent@CreatureAI@@QBEXW4AIEventType@@PAVUnit@@PAVCreature@@I@Z) referenced in function "bool __cdecl QuestAccept_npc_corporal_keeshan(class Player *,class Creature *,class Quest const *)" (?QuestAccept_npc_corporal_keeshan@@YA_NPAVPlayer@@PAVCreature@@PBVQuest@@@Z)

1>precompiled.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WorldObject::SendMessageToSet(class WorldPacket *,bool)const " (?SendMessageToSet@WorldObject@@UBEXPAVWorldPacket@@_N@Z)

1>precompiled.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WorldObject::SendMessageToSetInRange(class WorldPacket *,float,bool)const " (?SendMessageToSetInRange@WorldObject@@UBEXPAVWorldPacket@@M_N@Z)

1>sc_creature.obj : error LNK2019: unresolved external symbol "public: void __thiscall WorldObject::PlayDirectSound(unsigned int,class Player const *)const " (?PlayDirectSound@WorldObject@@QBEXIPBVPlayer@@@Z) referenced in function "public: void __thiscall ScriptedAI::DoPlaySoundToSet(class WorldObject *,unsigned int)" (?DoPlaySoundToSet@ScriptedAI@@QAEXPAVWorldObject@@I@Z)

1>system.obj : error LNK2019: unresolved external symbol "bool __cdecl LoadMangosStrings(class DatabaseMysql &,char const *,int,int,bool)" (?LoadMangosStrings@@YA_NAAVDatabaseMysql@@PBDHH_N@Z) referenced in function "public: void __thiscall SystemMgr::LoadScriptTexts(void)" (?LoadScriptTexts@SystemMgr@@QAEXXZ)

1>ScriptMgr.obj : error LNK2019: unresolved external symbol "bool __cdecl DoDisplayText(class WorldObject *,int,class Unit const *)" (?DoDisplayText@@YA_NPAVWorldObject@@HPBVUnit@@@Z) referenced in function "void __cdecl DoScriptText(int,class WorldObject *,class Unit *)" (?DoScriptText@@YAXHPAVWorldObject@@PAVUnit@@@Z)

1>ScriptMgr.obj : error LNK2019: unresolved external symbol "public: void __thiscall Map::MonsterYellToMap(struct CreatureInfo const *,int,unsigned int,class Unit const *,unsigned int)const " (?MonsterYellToMap@Map@@QBEXPBUCreatureInfo@@HIPBVUnit@@I@Z) referenced in function "void __cdecl DoOrSimulateScriptTextForMap(int,unsigned int,class Map *,class Creature *,class Unit *)" (?DoOrSimulateScriptTextForMap@@YAXHIPAVMap@@PAVCreature@@PAVUnit@@@Z)

1>ScriptMgr.obj : error LNK2019: unresolved external symbol "public: void __thiscall Map::MonsterYellToMap(class ObjectGuid,int,unsigned int,class Unit const *)const " (?MonsterYellToMap@Map@@QBEXVObjectGuid@@HIPBVUnit@@@Z) referenced in function "void __cdecl DoOrSimulateScriptTextForMap(int,unsigned int,class Map *,class Creature *,class Unit *)" (?DoOrSimulateScriptTextForMap@@YAXHIPAVMap@@PAVCreature@@PAVUnit@@@Z)

1>ScriptMgr.obj : error LNK2019: unresolved external symbol "public: void __thiscall Map::PlayDirectSoundToMap(unsigned int,unsigned int)const " (?PlayDirectSoundToMap@Map@@QBEXII@Z) referenced in function "void __cdecl DoOrSimulateScriptTextForMap(int,unsigned int,class Map *,class Creature *,class Unit *)" (?DoOrSimulateScriptTextForMap@@YAXHIPAVMap@@PAVCreature@@PAVUnit@@@Z)

1>ScriptMgr.obj : error LNK2019: unresolved external symbol "struct MangosStringLocale const * __cdecl GetMangosStringData(int)" (?GetMangosStringData@@YAPBUMangosStringLocale@@H@Z) referenced in function "void __cdecl DoOrSimulateScriptTextForMap(int,unsigned int,class Map *,class Creature *,class Unit *)" (?DoOrSimulateScriptTextForMap@@YAXHIPAVMap@@PAVCreature@@PAVUnit@@@Z)

1>..\..\..\..\bin\win32_release\mangosscript.dll : fatal error LNK1120: 11 unresolved externals

1>Done Building Project "C:\Destiny\server\src\bindings\scriptdev2-classic\VC100\100ScriptDev2.vcxproj" (build target(s)) -- FAILED.

Build FAILED.

When I compile the latest version of Scriptdev2-Classic. Tried a fresh install, clean solution, recompiling several times. What exactly is the issue here?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Ahh, scriptdev2-classic is not directly compatible to mangos

if you clone the scripts library from mangoszero instead that should resolve your issue.

- This library is updated often from the scriptdev source. If you require something that was added since our last update - please ask

You didn't mention whether you were building on windows or unix

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use