Dear All, I compiled activemq source and it integrated fine. But when i try to compile activemq cpp example using libactivemq-cppd.lib. i get linking errors such as below
libactivemq-cppd.lib(UUID.obj) : error LNK2019: unresolved external symbol _apr_uuid_format referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall decaf::util::UUID::toString(void)const " ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@XZ) 1>libactivemq-cppd.lib(UUID.obj) : error LNK2019: unresolved external symbol _apr_uuid_get referenced in function "public: static class decaf::util::UUID __cdecl decaf::util::UUID::randomUUID(void)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) 1>libactivemq-cppd.lib(UUID.obj) : error LNK2019: unresolved external symbol _apr_md5 referenced in function "public: static class decaf::util::UUID __cdecl decaf::util::UUID::nameUUIDFromBytes(char const *,unsigned int)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) 1>libactivemq-cppd.lib(UUID.obj) : error LNK2019: unresolved external symbol _apr_uuid_parse referenced in function "public: static class decaf::util::UUID __cdecl decaf::util::UUID::fromString(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@@Z) 1> Please help me to solve this problem ! Regards tinnu -- View this message in context: http://www.nabble.com/Liniking-errors-while-building--vs2005-activemq-cpp-example-tp18950813p18950813.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
