Re: [twsocket] How to get the call stack programmatically?

2007-04-30 Thread Dave Baxter
MadExcept does similar things. http://www.madshi.net/madExceptDescription.htm Very useful, to users of Delphi 4-7 that is, not other versions, or C etc. Dave B. This mail has been scanned by Palmer Cook Computer Services Limited. www.palmercook.co.uk -- To unsubscribe or change your

[twsocket] Bug in Arno's latest THttpCli

2007-04-30 Thread Fastream Technologies
Hello, Please see the following report. Best Regards, SZ -- Forwarded message -- From: Fanta_Zy [EMAIL PROTECTED] Date: Apr 30, 2007 3:17 PM Subject: Re[26]: KA and cache test results for 142R - freeze period notification To: Fastream Technologies [EMAIL PROTECTED] Done. Pls

Re: [twsocket] Bug in Arno's latest THttpCli

2007-04-30 Thread Fastream Technologies
Resending... In case you could not see all of the logs, here it is: http://www.fastream.com/ics/httpclibug.txt Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] Bug in Arno's latest THttpCli

2007-04-30 Thread Francois PIETTE
This log doesn't tellthere is a bug in the component. Anyway, it would be interesting to see what code correspond to the stack trace (line numbers are not very usefull if we have not the exact same source code as you). -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html

Re: [twsocket] How to get the call stack programmatically?

2007-04-30 Thread Markus Humm
Hello, MadExcept does work also with Delphi 2005 and 2006 (and I suppose 2007). Greetings Markus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Bug in Arno's latest THttpCli

2007-04-30 Thread Fastream Technologies
Which lines do you want to see? As you can guess, I cannot post the entire project... SZ On 4/30/07, Francois PIETTE [EMAIL PROTECTED] wrote: This log doesn't tellthere is a bug in the component. Anyway, it would be interesting to see what code correspond to the stack trace (line numbers are

Re: [twsocket] Bug in Arno's latest THttpCli

2007-04-30 Thread Francois PIETTE
You have to add ICS units to your project so that madExcept has line numbers for ICS units as well. This way you know where in TCustomLineWSocket.Destroy and THttpCli.Destroy it happend. Have you looked in system.pas to understand where it fails in TObject.FreeInstance ? It could be the

Re: [twsocket] Bug in Arno's latest THttpCli

2007-04-30 Thread Fastream Technologies
Hello, On 4/30/07, Francois PIETTE [EMAIL PROTECTED] wrote: You have to add ICS units to your project so that madExcept has line numbers for ICS units as well. This way you know where in TCustomLineWSocket.Destroy and THttpCli.Destroy it happend. Already included. Have you looked in

Re: [twsocket] Bug in Arno's latest THttpCli

2007-04-30 Thread Francois PIETTE
On 4/30/07, Francois PIETTE [EMAIL PROTECTED] wrote: You have to add ICS units to your project so that madExcept has line numbers for ICS units as well. This way you know where in TCustomLineWSocket.Destroy and THttpCli.Destroy it happend. Already included. It isn't because madExcept