2011/6/9 Ken Moore :
>>
>> Yes, that was definiately part of the problem. Also I had not used the
>> correct macros for checked iterators in the STL, to be consistent with the
>> rest of our build. It is all working now. Many thanks for your help
>>
> Can you tell me what macros you corrected to so
Andrew Marlow writes:
>
> Yes, that was definiately part of the problem. Also I had not used the
> correct macros for checked iterators in the STL, to be consistent with the
> rest of our build. It is all working now. Many thanks for your help
>
> On Wed, Jul 14, 2010 at 3:35 AM, jolly.Wang w
Yes, that was definiately part of the problem. Also I had not used the
correct macros for checked iterators in the STL, to be consistent with the
rest of our build. It is all working now. Many thanks for your help :-)
On Wed, Jul 14, 2010 at 3:35 AM, jolly.Wang wrote:
>
> I have the same problem
I have the same problem. Here is the solution:
when in debug mode, use activemq-cppd.lib(don't use activemq-cpp.lib:
crash);when in release mode, use activemq-cpp.lib(don't use
activemq-cppd.lib)。
andrew.marlow wrote:
>
> I have been seeing an intermittent heap corruption in my AMQ-cpp program
On Wed, 2010-06-16 at 10:08 +0100, andrew.mar...@uk.bnpparibas.com
wrote:
> I have been seeing an intermittent heap corruption in my AMQ-cpp program,
> on and of, for some time now. It happens right at the start when it calls
> activemq::library::ActiveMQCPP::initializeLibrary(). Unfortunately, t