Re: Liniking errors while building vs2005 activemq cpp example

2008-08-13 Thread crazy4venu
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,class >> >> std::allocator > 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-tp18950813p18961057.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Liniking errors while building vs2005 activemq cpp example

2008-08-12 Thread Timothy Bish
But you also need to compile your application with the APR and APR-Util libraries. Add then to your link options and these errors should go away, see the example VC Project settings, Regards Tim. On Tue, 2008-08-12 at 13:44 -0700, crazy4venu wrote: > Hello Tim, > > > As you said i compiled Act

Re: Liniking errors while building vs2005 activemq cpp example

2008-08-12 Thread crazy4venu
decaf::util::UUID::fromString(class >> std::basic_string,class >> std::allocator > 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-tp18950813p18952286.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Liniking errors while building vs2005 activemq cpp example

2008-08-12 Thread Timothy Bish
ActiveMQ-CPP 2.2 requires the APR and APR-Util libraries, you need to get a copy and build it using the instructions they provide. We require version 1.2 or higher Get APR here: http://apr.apache.org/ Regards Tim. On Tue, 2008-08-12 at 12:11 -0700, crazy4venu wrote: > Dear All, > > I compiled

Liniking errors while building vs2005 activemq cpp example

2008-08-12 Thread crazy4venu
o 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.