3.3.0 - compiler errors in Windows
----------------------------------
Key: AMQCPP-365
URL: https://issues.apache.org/jira/browse/AMQCPP-365
Project: ActiveMQ C++ Client
Issue Type: Bug
Affects Versions: 3.3.0
Environment: windows 7, visual studio 2008 sp1, apr 1.4.2
Reporter: Eddie Fast
Assignee: Timothy Bish
Getting compiler errors with 3.3.0. Didn't get these errors with 3.2.5.
Here's a snippet:
{noformat}
1>OpenWireResponseBuilder.cpp
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error
C2487: 'decaf::util::AbstractCollection<E>::addAll' : member of dll interface class
may not be declared with dll interface
1> with
1> [
1> E=activemq::util::PrimitiveValueNode
1> ]
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error
C2487: 'decaf::util::AbstractList<E>::add' : member of dll interface class may not be
declared with dll interface
1> with
1> [
1> E=activemq::util::PrimitiveValueNode
1> ]
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error
C2487: 'decaf::util::AbstractList<E>::add' : member of dll interface class may not be
declared with dll interface
1> with
1> [
1> E=activemq::util::PrimitiveValueNode
1> ]
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error
C2487: 'decaf::util::AbstractCollection<E>::addAll' : member of dll interface class
may not be declared with dll interface
1> with
1> [
1> E=activemq::util::PrimitiveValueNode
1> ]
1>d:\edwork\vh\lib\activemq\activemq-cpp\src\main\activemq/util/PrimitiveList.h(36) : error
C2487: 'decaf::util::AbstractList<E>::addAll' : member of dll interface class may not
be declared with dll interface
1> with
1> [
1> E=activemq::util::PrimitiveValueNode
1> ]
{noformat}
getting 54 errors, but most look like the above.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|