On Tue, 2010-06-22 at 14:06 -0700, Sodan wrote:
> yes, converted to 2010. Compiles with no warnings or anything, but I did
> change the V6 part, to be like V5, V4 etc... The 3.1.3 project worked fine.
> 
> But look at the 3.2 2008 project. v2, v3,v4,v5 has special settings for the
> ccp files, v6 has not ?
> 
> Søren

Using the latest devstudio project files in the 3.2 Fixes branch I was
able to create a VS2010 project and build a working lib and example
application.

You can get the latest VS2008 files from:
svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/vs2008-build

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)


Regards


-- 
Tim Bish

Open Source Integration: http://fusesource.com
ActiveMQ in Action: http://www.manning.com/snyder/

Follow me on Twitter: http://twitter.com/tabish121
My Blog: http://timbish.blogspot.com/

Reply via email to