Defines for static linking with APR on Windows
----------------------------------------------
Key: AMQCPP-177
URL: https://issues.apache.org/activemq/browse/AMQCPP-177
Project: ActiveMQ C++ Client
Issue Type: Improvement
Reporter: Albert Strasheim
Assignee: Nathan Mittler
It seems one has to define
APR_DECLARE_STATIC
APU_DECLARE_STATIC
API_DECLARE_STATIC
in the Windows Debug and Release builds so that the static library version of
AMQCPP can be properly linked along with the static version of apr, apr-util
and apr-iconv.
I had to do this to get pyactivemq building with VS2005 using the latest AMQCPP
from trunk (thanks for fixing the Windows build!).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.