Advertisement
Guest User

Untitled

a guest
Nov 14th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. >Linking...
  2. 4> Creating library C:\Z_TriBuild\src\server\worldserver\Release\worldserver.lib and object C:\Z_TriBuild\src\server\worldserver\Release\worldserver.exp
  3. 4>game.lib(MiscHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ScriptMgr::OnGossipSelectCode(class Player *,unsigned int,unsigned int,unsigned int,char const *)" (?OnGossipSelectCode@ScriptMgr@@QAEXPAVPlayer@@IIIPBD@Z) referenced in function "public: void __thiscall WorldSession::HandleGossipSelectOptionOpcode(class WorldPacket &)" (?HandleGossipSelectOptionOpcode@WorldSession@@QAEXAAVWorldPacket@@@Z)
  4. 4>game.lib(MiscHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ScriptMgr::OnGossipSelect(class Player *,unsigned int,unsigned int,unsigned int)" (?OnGossipSelect@ScriptMgr@@QAEXPAVPlayer@@III@Z) referenced in function "public: void __thiscall WorldSession::HandleGossipSelectOptionOpcode(class WorldPacket &)" (?HandleGossipSelectOptionOpcode@WorldSession@@QAEXAAVWorldPacket@@@Z)
  5. 4>C:\Z_TriBuild\bin\Release\worldserver.exe : fatal error LNK1120: 2 unresolved externals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement