Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.70 KB | None | 0 0
  1. 4>------ Build started: Project: bnetserver, Configuration: Debug Win32 ------
  2. 4> bnetPCH.cpp
  3. 4> AuthCodes.cpp
  4. 4> BattlenetPacketCrypt.cpp
  5. 4> RealmList.cpp
  6. 4> WorldListener.cpp
  7. 4> ComponentManager.cpp
  8. 4> ModuleManager.cpp
  9. 4> Session.cpp
  10. 4> SessionManager.cpp
  11. 4> AuthenticationPackets.cpp
  12. 4> BitStream.cpp
  13. 4> CachePackets.cpp
  14. 4> ConnectionPackets.cpp
  15. 4> FriendsPackets.cpp
  16. 4> PacketManager.cpp
  17. 4> PacketsBase.cpp
  18. 4> PresencePackets.cpp
  19. 4> WoWRealmPackets.cpp
  20. 4> Main.cpp
  21. 4> WheatyExceptionReport.cpp
  22. 4>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
  23. 4>ipc.lib(ZmqContext.obj) : error LNK2019: unresolved external symbol __imp__zmq_errno referenced in function "public: __thiscall zmqpp::zmq_internal_exception::zmq_internal_exception(void)" (??0zmq_internal_exception@zmqpp@@QAE@XZ)
  24. 4>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
  25. 4>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
  26. 4>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
  27. 4>zmqpp.lib(frame.obj) : error LNK2019: unresolved external symbol __imp__zmq_strerror referenced in function "void __cdecl `dynamic initializer for 'public: static class std::locale::id std::num_put<char,class std::back_insert_iterator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::id''(void)" (??__E?id@?$num_put@DV?$back_insert_iterator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@std@@2V0locale@2@A@@YAXXZ)
  28. 4>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
  29. 4>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
  30. 4>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
  31. 4>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
  32. 4>ipc.lib(ZmqContext.obj) : error LNK2019: unresolved external symbol __imp__zmq_ctx_new referenced in function "public: __thiscall zmqpp::context::context(void)" (??0context@zmqpp@@QAE@XZ)
  33. 4>zmqpp.lib(poller.obj) : error LNK2019: unresolved external symbol __imp__zmq_poll referenced in function "public: bool __thiscall zmqpp::poller::poll(long)" (?poll@poller@zmqpp@@QAE_NJ@Z)
  34. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_init referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::context const &,enum zmqpp::socket_type)" (??0socket@zmqpp@@QAE@ABVcontext@1@W4socket_type@1@@Z)
  35. 4>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_init
  36. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_send referenced in function "public: bool __thiscall zmqpp::socket::send(class zmqpp::message &,bool)" (?send@socket@zmqpp@@QAE_NAAVmessage@2@_N@Z)
  37. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_recv referenced in function "public: bool __thiscall zmqpp::socket::receive(class zmqpp::message &,bool)" (?receive@socket@zmqpp@@QAE_NAAVmessage@2@_N@Z)
  38. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_close referenced in function "public: __thiscall zmqpp::socket::~socket(void)" (??1socket@zmqpp@@QAE@XZ)
  39. 4>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_close
  40. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_move referenced in function "public: bool __thiscall zmqpp::socket::receive(class zmqpp::message &,bool)" (?receive@socket@zmqpp@@QAE_NAAVmessage@2@_N@Z)
  41. 4>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_move
  42. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_data referenced in function "public: bool __thiscall zmqpp::socket::receive(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?receive@socket@zmqpp@@QAE_NAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
  43. 4>zmqpp.lib(message.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
  44. 4>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
  45. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_size referenced in function "public: bool __thiscall zmqpp::socket::receive(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?receive@socket@zmqpp@@QAE_NAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
  46. 4>zmqpp.lib(message.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
  47. 4>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
  48. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_socket referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::context const &,enum zmqpp::socket_type)" (??0socket@zmqpp@@QAE@ABVcontext@1@W4socket_type@1@@Z)
  49. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_close referenced in function "public: __thiscall zmqpp::socket::~socket(void)" (??1socket@zmqpp@@QAE@XZ)
  50. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_setsockopt referenced in function "public: void __thiscall zmqpp::socket::set(enum zmqpp::socket_option,int)" (?set@socket@zmqpp@@QAEXW4socket_option@2@H@Z)
  51. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_getsockopt referenced in function "public: void __thiscall zmqpp::socket::get(enum zmqpp::socket_option,int &)const " (?get@socket@zmqpp@@QBEXW4socket_option@2@AAH@Z)
  52. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_bind referenced in function "public: void __thiscall zmqpp::socket::bind(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?bind@socket@zmqpp@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  53. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_connect referenced in function "public: void __thiscall zmqpp::socket::connect(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?connect@socket@zmqpp@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  54. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_unbind referenced in function "public: void __thiscall zmqpp::socket::unbind(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?unbind@socket@zmqpp@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  55. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_disconnect referenced in function "public: void __thiscall zmqpp::socket::disconnect(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?disconnect@socket@zmqpp@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  56. 4>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_send referenced in function "public: bool __thiscall zmqpp::socket::send_raw(char const *,int,int)" (?send_raw@socket@zmqpp@@QAE_NPBDHH@Z)
  57. 4>zmqpp.lib(context.obj) : error LNK2019: unresolved external symbol __imp__zmq_ctx_set referenced in function "public: void __thiscall zmqpp::context::set(enum zmqpp::context_option,int)" (?set@context@zmqpp@@QAEXW4context_option@2@H@Z)
  58. 4>zmqpp.lib(context.obj) : error LNK2019: unresolved external symbol __imp__zmq_ctx_get referenced in function "public: int __thiscall zmqpp::context::get(enum zmqpp::context_option)" (?get@context@zmqpp@@QAEHW4context_option@2@@Z)
  59. 4>zmqpp.lib(context.obj) : error LNK2019: unresolved external symbol __imp__zmq_ctx_destroy referenced in function "public: void __thiscall zmqpp::context::terminate(void)" (?terminate@context@zmqpp@@QAEXXZ)
  60. 4>zmqpp.lib(frame.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_init_size referenced in function "public: __thiscall zmqpp::frame::frame(unsigned int)" (??0frame@zmqpp@@QAE@I@Z)
  61. 4>zmqpp.lib(frame.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_init_data referenced in function "public: __thiscall zmqpp::frame::frame(void *,unsigned int,void (__cdecl*)(void *,void *),void *)" (??0frame@zmqpp@@QAE@PAXIP6AX00@Z0@Z)
  62. 4>zmqpp.lib(frame.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_copy referenced in function "public: class zmqpp::frame __thiscall zmqpp::frame::copy(void)const " (?copy@frame@zmqpp@@QBE?AV12@XZ)
  63. 4>C:\Emulation\build\bin\Debug\bnetserver.exe : fatal error LNK1120: 26 unresolved externals
  64. ========== Build: 3 succeeded, 1 failed, 5 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement