RE: qpid::client::Message problem

2010-07-08 Thread Steve Huston
> Sent: Thursday, July 08, 2010 6:15 AM > To: users@qpid.apache.org > Subject: RE: qpid::client::Message problem > > > > Finally I used .llyDbg (free debugger and I am used with it) > => I see that a breakpoint exists in some part of the code... > So I re-compile

RE: qpid::client::Message problem

2010-07-08 Thread abca
Finally I used .llyDbg (free debugger and I am used with it) => I see that a breakpoint exists in some part of the code... So I re-compiled a released version of qpid, try some options combinaisons and now it's fine Tx Steve for your suggestion -- View this message in context: http://apache-qpi

RE: qpid::client::Message problem

2010-07-07 Thread abca
Tx for your answer :) Well, I think that it's wrong because some/many times the application failed with the Windows dialog box with the 3 buttons: debug, send error report, do not send; if you see what I mean... So we cannot use Window Release version of our softwares :( It's like heap or stack

RE: qpid::client::Message problem

2010-07-07 Thread Steve Huston
Hi, > I have some trouble with this class qpid::client::Message > > Here is my code: > void main() > { > while(1) > { > getchar(); > qpid::client::Message * pMsg = new > qpid::client::Message("123456") ; > delete pMsg; >