You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Ray New <ne...@ict.usc.edu> on 2008/02/12 03:49:41 UTC

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

I'm also getting these errors. Has anyone found a solution?


David@BOBJ 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\openwire\commands\TransactionInfo.h(77) :
> error C2511: 'activemq::connector::openwire::commands::DataStructure
> *activemq::connector::openwire::commands::TransactionInfo::cloneDataStructure(void)'
> : overloaded member function not found in
> 'activemq::connector::openwire::commands::TransactionInfo'
>        
> ..\src\main\activemq\connector\openwire\commands\TransactionInfo.h(47) :
> see declaration of
> 'activemq::connector::openwire::commands::TransactionInfo'
> ..\src\main\activemq\connector\openwire\commands\TransactionInfo.h(77) :
> error C2511: 'activemq::connector::openwire::commands::DataStructure
> *activemq::connector::openwire::commands::TransactionInfo::cloneDataStructure(void)'
> : overloaded member function not found in
> 'activemq::connector::openwire::commands::TransactionInfo'
>        
> ..\src\main\activemq\connector\openwire\commands\TransactionInfo.h(47) :
> see declaration of
> 'activemq::connector::openwire::commands::TransactionInfo'
> 
> Does anyone knows how to fix it? 
> 
> I had tried different compile flags. But no luck.
> 
> Thanks
> 
> David
> 
> 

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