On Fri, 2011-01-21 at 06:18 -0800, andreas.meinecke wrote: > Hey all, > > i am trying to build the ActiveMQCpp libraries for windows x64 with vs2008. > > When i build it in debug mode x64, everything went fine until i try to link > the libactivemq-cppd.lib from an other project. Here i get about 600 > unresolved external symbol errors in libactivemq-cppd.lib. > > So i tried to build the DebugDLL configuration, but here i get about 1500 > unresolved external symbol errors during linking. > > Any hints? > > best regards, > Andreas
Best thing to do is look at the settings in the example project to see how that is configured, you need to be linking in the apr and apr-util libs plus openssl if you enabled SSL. Regards -- Tim Bish ------------ FuseSource Email: [email protected] Web: http://fusesource.com Twitter: tabish121 Blog: http://timbish.blogspot.com/
