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

2008-04-16 Thread Unknown Programmer
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"

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

2008-03-24 Thread johnmcnew
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 pro

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

2008-03-13 Thread Unknown Programmer
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++ 20

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

2008-03-11 Thread beeeph
[EMAIL PROTECTED] wrote: > > Hi, > > I tried to compile the C++ client on VC++ 2003. I had to change the > version of VC++ in .sln and .vcproj to make it loaded by VC++ 2003. When I > compiled it, I got quick a few errors. Example: > > TransactionInfo.cpp > ..\src\main\activemq\connector\open

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

2008-03-11 Thread UnknownProgrammer
Here is the possible fix for vc2003 professional ie MSC_VER 1310 but should work for the express version also. This is for activemq-cpp-2.1.3 vc2003 doesn't like virtual function returning different types. all cloneDataStructure() const funtions in all src\main\activemq\connector\openwire\command

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

2008-02-11 Thread Ray New
I'm also getting these errors. Has anyone found a solution? [EMAIL PROTECTED] wrote: > > Hi, > > I tried to compile the C++ client on VC++ 2003. I had to change the > version of VC++ in .sln and .vcproj to make it loaded by VC++ 2003. When I > compiled it, I got quick a few errors. Example: >

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

2008-01-07 Thread Albert Strasheim
there looks like it applies to this problem. Cheers, Albert - Original Message - From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 08, 2008 3:23 AM Subject: Unable to comile C++ client on VC++ 2003 Hi, I tried to compile the C++ client on VC++

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

2008-01-07 Thread [EMAIL PROTECTED]
Hi, I tried to compile the C++ client on VC++ 2003. I had to change the version of VC++ in .sln and .vcproj to make it loaded by VC++ 2003. When I compiled it, I got quick a few errors. Example: TransactionInfo.cpp ..\src\main\activemq\connector\openwire\commands\TransactionInfo.h(77) : error C2