• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Error

Status
Not open for further replies.

Mookz

Epic Member
Getting this Error

Code:
3>game.lib(MiscHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ScriptMgr::OnGossipSelectCode(class Player *,class Item *,unsigned int,unsigned int,char const *)" (?OnGossipSelectCode@ScriptMgr@@QAEXPAVPlayer@@PAVItem@@IIPBD@Z) referenced in function "public: void __thiscall WorldSession::HandleGossipSelectOptionOpcode(class WorldPacket &)" (?HandleGossipSelectOptionOpcode@WorldSession@@QAEXAAVWorldPacket@@@Z)
3>game.lib(MiscHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ScriptMgr::OnGossipSelect(class Player *,class Item *,unsigned int,unsigned int)" (?OnGossipSelect@ScriptMgr@@QAEXPAVPlayer@@PAVItem@@II@Z) referenced in function "public: void __thiscall WorldSession::HandleGossipSelectOptionOpcode(class WorldPacket &)" (?HandleGossipSelectOptionOpcode@WorldSession@@QAEXAAVWorldPacket@@@Z)


Mischandler.cpp
http://emudevs.com/paste/?paste=40

ScriptMgr.cpp
http://paste.emudevs.com/?paste=41

ScriptMgr.h
http://paste.emudevs.com/?paste=42

Don't know what it is tried a few things to try and fix lol
 
Status
Not open for further replies.
Top