Re: help needed: heap corruption when activemq-cpp routines called

2011-06-09 Thread Ivan Pechorin
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

Re: help needed: heap corruption when activemq-cpp routines called

2011-06-09 Thread Ken Moore
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

Re: help needed: heap corruption when activemq-cpp routines called

2010-07-24 Thread Andrew Marlow
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

Re: help needed: heap corruption when activemq-cpp routines called

2010-07-13 Thread jolly.Wang
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

Re: help needed: heap corruption when activemq-cpp routines called

2010-06-16 Thread Timothy Bish
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