Link to home
Start Free TrialLog in
Avatar of trustworthy
trustworthy

asked on

C++ compiled ActiveMQ libraries for Windows

I ned compiled ActiveMQ libraries - I've found that there is a "pure virtual function call" bug in the libraries we compiled  4 years ago.
Please help with a newer compiled version or a workaround. Thanks.
Avatar of jkr
jkr
Flag of Germany image

There's hardly gonna be a workaround, except fixing the bug. But, since you mentioned that you built the libraries 4 years ago, I'd suggest grabbing the most recent version from http://activemq.apache.org/download.html and re-building that one. Chances are that the bug has been fixed in the mean time.
Wait a second, you might even not have to build them, the binaries are available from https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/
Avatar of trustworthy
trustworthy

ASKER

That link points to ActiveMQ server, no C++ libraries there.
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Right, this is the source code that I will have to compile - exactly what I am trying to avoid.
If nobody else has anything helpful, I will assign this to you in a couple of days - you're the only one who's even trying
Well, the problem with binaries for libraries is that the library file formats are highly compiler specific, so without any information about your compiler and platform, there is nothing else to point you to than the source code...
I use VS2008 on Windows 7 both 32 and 64 bit
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you jkr, it actually is hard, especially with SSL. Oh well...