Re: [twsocket] DLL implementation advice (or example)...

2011-09-11 Thread Wilfried Mestdagh
Hi Adam, You have to make a custom message handler and post a message to it. Then this handler will execute outside the event. Something like this: const WM_RECONNECT = WM_USER + 1; private procedure WMReconnect(var Msg: TMessage); message WM_RECONNECT; procedure TSomething.SocketSessionClosed;

Re: [twsocket] DLL implementation advice (or example)...

2011-09-11 Thread Adam Burgoyne
Hi, Wilfried I'm pleased to say that I've made good progress with the system so far but I'm not sure how to best implement server alternation. Very simply, the current system works with a main server and a fail-over server. All initial connections are made to the main server (I have this part wo

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-11 Thread Arno Garrels
Fastream Technologies wrote: > Sorry my error. Thank you so much for the fix! Just checked in the fix, source available via SVN now or included in next daily snapshot: http://wiki.overbyte.be/wiki/index.php/ICS_Download -- Arno Garrels > > Subzero > On Sun, Sep 11, 2011 at 11:01, Arno Garrels

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-11 Thread Arno Garrels
Fastream Technologies wrote: > Sorry my error. Thank you so much for the fix! Please tell me your > Paypal email. Thanks, done. -- Arno Garrels > Best Regards, > > Subzero > On Sun, Sep 11, 2011 at 11:01, Arno Garrels > wrote: > >> Arno Garrels wrote: >>> Fastream Technologies wrote: >

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-11 Thread Fastream Technologies
Sorry my error. Thank you so much for the fix! Please tell me your Paypal email. Best Regards, Subzero On Sun, Sep 11, 2011 at 11:01, Arno Garrels wrote: > Arno Garrels wrote: > > Fastream Technologies wrote: > >> I have 7.17 but it still does not work! Could you send me the entire > >> unit so

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-11 Thread Arno Garrels
Arno Garrels wrote: > Fastream Technologies wrote: >> I have 7.17 but it still does not work! Could you send me the entire >> unit so that I could compare? > > http://svn.overbyte.be:8443/svn/ics/trunk/Delphi/Vc32/OverbyteIcsHttpProt.pas Of course you have to add the three lines fix from my first

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-11 Thread Arno Garrels
Fastream Technologies wrote: > I have 7.17 but it still does not work! Could you send me the entire > unit so that I could compare? http://svn.overbyte.be:8443/svn/ics/trunk/Delphi/Vc32/OverbyteIcsHttpProt.pas I use the OverbyteIcsHttpTst demo out of the box, against http://www.duodata.de/xtest.p

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-11 Thread Fastream Technologies
I have 7.17 but it still does not work! Could you send me the entire unit so that I could compare? Best Regards, Gorkem Ates *Fastream Technologies* *Software IQ: Innovation & Quality* http://www.iqproxyserver.com | http://www.fastream.com | twitter.com/fastream *Pbx:* +90-312-223-2830 (weekdays,

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-11 Thread Arno Garrels
Fastream Technologies wrote: > Nice try but not there yet. Test cases 8, 9, 10, 12, 13, 14 still > fail. Best Regards, Not for me, using OverbyteIcsHttpProt.pas V7.17. V7.15+ should work as well. > > SZ > On Sun, Sep 11, 2011 at 09:46, Arno Garrels > wrote: > >> Fastream Technologies wrote

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-11 Thread Fastream Technologies
Nice try but not there yet. Test cases 8, 9, 10, 12, 13, 14 still fail. Best Regards, SZ On Sun, Sep 11, 2011 at 09:46, Arno Garrels wrote: > Fastream Technologies wrote: > > Hello, > > > > I have had a coder code a PHP script for this purpose. In the script > > the buggy cases are marked in sou