You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Unknown Programmer <un...@excite.com> on 2008/04/16 15:54:37 UTC

Re: Unable to comile C++ client on VC++ 2003

Hello,

What are the errors?

All I had to do is modified the vs2005-activemq-example.vcproj and save to
vs2003-activemq-example.vcproj. Changes made.
Version="8.00"                            => Version="7.10"
Name="vs2005-activemq-example" => Name="vs2003-activemq-example"
RootNamespace="vs2005"             => RootNamespace="vs2003"

That was it, I loaded into vc2003 and compiled. Then ran example.

U P


johnmcnew wrote:
> 
> I followed the directions and got the libactivemq-cppd.lib file to build. 
> However, I get a lot of linker errors when I try to compile the example. 
> Does anyone have a working project or solution file that I can use to get
> the example to compile?  I copied the settings straight from the VS2005
> project.  I'm not sure what is wrong.
> 
> 
> Unknown Programmer wrote:
>> 
>> Update VC++ 2003 (_MSC_VER 1310) and activemq-cpp 2.1.3.
>> 
>> Got the activemq example compiled and linked and it ran fine using a
>> solaris activemq server.:clap:
>> 
>> Finished compiling and linking our VC 2003 project it worked also. 
>> 
>> So if you do as I say, activemq-2.1.3 will compile and work in VC++ 2003.
>> 
>> Note: I did have to change vc2005 proj file to a vc2003 proj file.
>> 
>> U P :-)
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Unable-to-comile-C%2B%2B-client-on-VC%2B%2B-2003-tp14680479s2354p16722282.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.