Hello, Ive been trying to compile a 4.3.4 TrinityCore and i know this isnt trinity but i cant get any help there, now. Im using visual studio 12 (2013).
Error Log:
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>ipc.lib(ZmqContext.obj) : error LNK2019: unresolved external symbol __imp__zmq_ctx_new referenced in function "private: __thiscall ZmqContext::ZmqContext(void)" (??0ZmqContext@@AAE@XZ)
15>zmqpp.lib(poller.obj) : error LNK2019: unresolved external symbol __imp__zmq_poll referenced in function "public: bool __thiscall zmqpp:
oller:
oll(long)" (?poll@poller@zmqpp@@QAE_NJ@Z)
15>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_init referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::socket &&)" (??0socket@zmqpp@@QAE@$$QAV01@@Z)
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_init
15>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)
15>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_recv 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)
15>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)
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_close
15>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_move referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::socket &&)" (??0socket@zmqpp@@QAE@$$QAV01@@Z)
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_move
15>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)
15>zmqpp.lib(message.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
15>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)
15>zmqpp.lib(message.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>C:\Build\bin\RelWithDebInfo\bnetserver.exe : fatal error LNK1120: 26 unresolved externals
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>ipc.lib(ZmqContext.obj) : error LNK2019: unresolved external symbol __imp__zmq_ctx_new referenced in function "private: __thiscall ZmqContext::ZmqContext(void)" (??0ZmqContext@@AAE@XZ)
16>zmqpp.lib(message.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_data referenced in function "public: void const * __thiscall zmqpp::frame::data(void)const " (?data@frame@zmqpp@@QBEPBXXZ)
16>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
16>zmqpp.lib(message.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_size referenced in function "public: unsigned int __thiscall zmqpp::frame::size(void)const " (?size@frame@zmqpp@@QBEIXZ)
16>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
16>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)
16>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)
16>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)
16>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_init referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::socket &&)" (??0socket@zmqpp@@QAE@$$QAV01@@Z)
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_init
16>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)
16>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_recv 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)
16>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)
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_close
16>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_move referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::socket &&)" (??0socket@zmqpp@@QAE@$$QAV01@@Z)
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_move
16>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)
16>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)
16>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)
16>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)
16>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)
16>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)
16>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)
16>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)
16>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)
16>zmqpp.lib(poller.obj) : error LNK2019: unresolved external symbol __imp__zmq_poll referenced in function "public: bool __thiscall zmqpp:
oller:
oll(long)" (?poll@poller@zmqpp@@QAE_NJ@Z)
16>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)
16>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)
16>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)
16>C:\Build\bin\RelWithDebInfo\worldserver.exe : fatal error LNK1120: 26 unresolved externals
17>------ Build started: Project: ALL_BUILD, Configuration: RelWithDebInfo Win32 ------
18>------ Skipped Build: Project: INSTALL, Configuration: RelWithDebInfo Win32 ------
18>Project not selected to build for this solution configuration
========== Build: 15 succeeded, 2 failed, 0 up-to-date, 1 skipped ==========
Please reply soon
Error Log:
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
15>ipc.lib(ZmqContext.obj) : error LNK2019: unresolved external symbol __imp__zmq_ctx_new referenced in function "private: __thiscall ZmqContext::ZmqContext(void)" (??0ZmqContext@@AAE@XZ)
15>zmqpp.lib(poller.obj) : error LNK2019: unresolved external symbol __imp__zmq_poll referenced in function "public: bool __thiscall zmqpp:
15>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_init referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::socket &&)" (??0socket@zmqpp@@QAE@$$QAV01@@Z)
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_init
15>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)
15>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_recv 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)
15>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)
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_close
15>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_move referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::socket &&)" (??0socket@zmqpp@@QAE@$$QAV01@@Z)
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_move
15>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)
15>zmqpp.lib(message.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
15>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)
15>zmqpp.lib(message.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
15>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>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)
15>C:\Build\bin\RelWithDebInfo\bnetserver.exe : fatal error LNK1120: 26 unresolved externals
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_errno
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>ipc.lib(ZmqContext.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>zmqpp.lib(context.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>zmqpp.lib(poller.obj) : error LNK2001: unresolved external symbol __imp__zmq_strerror
16>ipc.lib(ZmqContext.obj) : error LNK2019: unresolved external symbol __imp__zmq_ctx_new referenced in function "private: __thiscall ZmqContext::ZmqContext(void)" (??0ZmqContext@@AAE@XZ)
16>zmqpp.lib(message.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_data referenced in function "public: void const * __thiscall zmqpp::frame::data(void)const " (?data@frame@zmqpp@@QBEPBXXZ)
16>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_data
16>zmqpp.lib(message.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_size referenced in function "public: unsigned int __thiscall zmqpp::frame::size(void)const " (?size@frame@zmqpp@@QBEIXZ)
16>zmqpp.lib(socket.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_size
16>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)
16>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)
16>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)
16>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_init referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::socket &&)" (??0socket@zmqpp@@QAE@$$QAV01@@Z)
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_init
16>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)
16>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_recv 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)
16>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)
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_close
16>zmqpp.lib(socket.obj) : error LNK2019: unresolved external symbol __imp__zmq_msg_move referenced in function "public: __thiscall zmqpp::socket::socket(class zmqpp::socket &&)" (??0socket@zmqpp@@QAE@$$QAV01@@Z)
16>zmqpp.lib(frame.obj) : error LNK2001: unresolved external symbol __imp__zmq_msg_move
16>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)
16>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)
16>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)
16>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)
16>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)
16>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)
16>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)
16>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)
16>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)
16>zmqpp.lib(poller.obj) : error LNK2019: unresolved external symbol __imp__zmq_poll referenced in function "public: bool __thiscall zmqpp:
16>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)
16>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)
16>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)
16>C:\Build\bin\RelWithDebInfo\worldserver.exe : fatal error LNK1120: 26 unresolved externals
17>------ Build started: Project: ALL_BUILD, Configuration: RelWithDebInfo Win32 ------
18>------ Skipped Build: Project: INSTALL, Configuration: RelWithDebInfo Win32 ------
18>Project not selected to build for this solution configuration
========== Build: 15 succeeded, 2 failed, 0 up-to-date, 1 skipped ==========
Please reply soon