Friday, July 2, 2010

ActiveMQ-CPP v3.2.1 Released

A new patch release of ActiveMQ-CPP is out, v3.2.1, you can download it from here.

This release targets some problems with the initial 3.2.0 release on Windows, the Visual Studio project files didn't get included in the final archives, this version now correctly include the Visual Studio 2008 project files (Note that Visual Studio 2005 users will have to down convert the project files).  Also a compilation issue was addressed.

Some testing has been done using Visual Studio 2010 but 2008 is the current recommended compiler. If you convert the project files you will need to make one small change in the updated VS2010 project for activemq-cpp which is to change the "Target Name" for the project from the value given in the update to the following:

For all static lib builds in Debug mode it should be
Target Name = lib$(ProjectName)d

For all static lib builds in Release mode it should be
Target Name = lib$(ProjectName)

As always your feedback and bug reports are welcome, especially if you include good tests that reproduce the problem :)

No comments: