Re: [twsocket] CliDemo

2007-05-17 Thread KL Chin
Hi, Why not you have a buffer queue to receive the object, then in the Main GUI, use timer to de-queue and update the object? Also used, BeginUpdte and EndUpdate Regards, KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gary Stafford Sent

Re: [twsocket] 10054 Connection reset by peer while sending dataTSmtpCli

2007-01-22 Thread KL Chin
Hi, It could be the Mail Server antispam setting or IP black listed. Regards, KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Arno Garrels Sent: Monday, January 22, 2007 6:25 PM To: ICS support mailing Subject: [twsocket] 10054 Connection reset

[twsocket] Local UDP Broadcast without network cable connected

2006-11-21 Thread KL Chin
= '127.0.0.1' Listen.ReuseAddr = true If the PC connected with cable, both LocalAddr I set to x.x.x.x, and it work well. What others setting I needed to set, in order to work when cable not connect? Regards, KL Chin -- To unsubscribe or change your settings for TWSocket mailing list

[twsocket] Sample Code Missing

2006-09-28 Thread KL Chin
Hi Francois Piette. The user made code for WSOCKETEXT.PAS was missing, where can I get it? Actually, I needed to know how to use back the same instance and send the data to different port without create a new TWSocket. Regards, KL Chin -- To unsubscribe or change your settings

Re: [twsocket] Sample Code Missing

2006-09-28 Thread KL Chin
Hi Angus, Thx for your link. Will try by tomorrow. Regards, KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Angus Robertson - Magenta Systems Ltd Sent: Thursday, September 28, 2006 7:37 PM To: twsocket@elists.org Subject: Re: [twsocket] Sample

Re: [twsocket] Sample Code Missing

2006-09-28 Thread KL Chin
); end; Regards, KL Chin -Original Message- From: KL Chin [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 12:25 AM To: ICS support mailing Subject: RE: [twsocket] Sample Code Missing Hi Angus, Thx for your link. Will try by tomorrow. Regards, KL Chin -Original Message

Re: [twsocket] Delphi 5 compilatiion error

2006-03-24 Thread KL Chin
Hi, Thx for your help. Thx problem now, I do not have the lastest password for version 5.x from Francois. May be he had missed my email. Regards, KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Arno Garrels Sent: Friday, March 24, 2006 4:07 PM

[twsocket] HttpsTst,

2006-03-24 Thread KL Chin
Hi, What is the main purpose of having DocEdit in the HttpsTst? Regards KL Chin -- 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

[twsocket] Delphi 5 compilatiion error

2006-03-23 Thread KL Chin
(IcsSslConnector, IcsSslBuffer, copied form older vsrsion), but able to installed the package and running. Regards KL Chin -- 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] Delphi 5 compilatiion error

2006-03-23 Thread KL Chin
Hi Francios, I found the cause, at line 151 PSTACK_OF_X509_INFO = type PStack; //AG If change to PSTACK_OF_X509_INFO = PSTACK; //AG the error gone, problem I do not know is this the same? Regards KL Chin -Original Message- From: KL Chin [mailto

Re: [twsocket] Sending 7 Kilobytes of data

2006-01-18 Thread KL Chin
Hi, If you were using TCP, then it was correctly received. You have to create you only routine for sending and receiving the data, with header to indicate the buffer length send out. Regards KL CHin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Surabaya

Re: [twsocket] Sending 7 Kilobytes of data

2006-01-18 Thread KL Chin
before consider a whole data received. Regards KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Surabaya Sent: Thursday, January 19, 2006 1:38 PM To: ICS support mailing Subject: Re: [twsocket] Sending 7 Kilobytes of data Yes, I think I used TCP

[twsocket] HttpCli with PostASync

2005-07-21 Thread KL Chin
Hi, I had create GUI app, and a thread to handle THttpCli, below partial of code. My problem was, after call PostAync( ); Not connection .. nothing happend at all. If I call Post( ); everything working. What could be the probelm? Do I need call PeekMessage? Regards KL Chin void __fastcall

[twsocket] How to stop location change for the HttpCli

2005-07-20 Thread KL Chin
; FBodyLineCount:= 0; FCtrlSocket.OnSessionClosed := LocationSessionClosed; FCtrlSocket.Close; Exit; ... Thx in advance. Regards KL Chin -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org

Re: [twsocket] How to stop location change for the HttpCli

2005-07-20 Thread KL Chin
Hi Francios, Which version of HttpCli had this FollowRelocation property? Currently the HttpProt 1.47. Regards KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Francois Piette Sent: Wednesday, July 20, 2005 3:11 PM To: ICS support mailing Subject

Re: [twsocket] How to stop location change for the HttpCli

2005-07-20 Thread KL Chin
Hi Francios, Thx for ur reply. Regards KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Francois Piette Sent: Wednesday, July 20, 2005 4:03 PM To: ICS support mailing Subject: Re: [twsocket] How to stop location change for the HttpCli Which