On Fri, 2011-01-21 at 06:40 -0800, andreas.meinecke wrote: > Am 21.01.2011 15:25, schrieb Timothy Bish [via ActiveMQ]: > > 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 > Hello Tim, > > many thanks for your very fast answer. I have compiled apr and apr-util > as well for windows x64 and yes, both libs are linked into the project. > But this is not solving my unresolved external symbol errors. > > Any other ideas? >
What are some of the symbols that aren't being resolved? Have you examined the project settings for the examples provided by in the CMS package? -- Tim Bish ------------ FuseSource Email: [email protected] Web: http://fusesource.com Twitter: tabish121 Blog: http://timbish.blogspot.com/
