[
https://issues.apache.org/activemq/browse/AMQCPP-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39193
]
Nathan Mittler commented on AMQCPP-118:
---------------------------------------
If that's the case, then let's just say that we don't support a mish-mash of
runtimes. Seems to be fair, especially given the fact that we don't release
binaries - just source code. They have to build it themselves anyway, so they
should build the dll with the same environment as their applications.
> Provide a way to allocate and free with the same allocator
> ----------------------------------------------------------
>
> Key: AMQCPP-118
> URL: https://issues.apache.org/activemq/browse/AMQCPP-118
> Project: ActiveMQ C++ Client
> Issue Type: Improvement
> Reporter: Albert Strasheim
> Assignee: Nathan Mittler
> Fix For: 2.1
>
>
> Cross-runtime allocation and deallocation can cause problems on Windows (and
> maybe other platforms) where you can have code linked against more than one
> runtime in the same program. There should be a way to be sure that you
> allocate and deallocate AMQCPP objects using code linked against the same
> runtime (i.e. allocate and deallocate from the same heap).
> More details in this thread:
> [http://www.nabble.com/Licensing-and-Porting-Issue-for-the-CMS-(ActiveMQ-CPP)-on-Visual-Studio-6-from-Visual-Studio-8-t3777279s2354.html]
> and here:
> http://blogs.msdn.com/oldnewthing/archive/2006/09/15/755966.aspx
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.