[twsocket] How to stop location change for the HttpCli

2005-07-19 Thread KL Chin
ount := 0; 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.

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 > Wh

[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

Re: [twsocket] HttpCli with PostASync

2005-07-21 Thread KL Chin
. Anyway with MultiThread set to FALSE look like it do solve me problem. Regards KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Francois PIETTE Sent: Thursday, July 21, 2005 9:57 PM To: ICS support mailing Subject: Re: [twsocket] HttpCli with PostASync

Re: [twsocket] Client and Server at same time?

2006-01-04 Thread KL Chin
Hi, You code not complete. You did not create the socket. socket := TWScoket.Create( ); constructor TClient.Create; begin inherited; (* This part crashes *) sock socket.OnDataAvailable := SocketDataAvailable; socket.OnSessionClosed := SocketSessionClosed; end; -Original Mess

Re: [twsocket] Client and Server at same time?

2006-01-04 Thread KL Chin
Hi, IMHO it will be better for you to do a copy and paste method by drop TWScocket component to your main form, then prepare all the required events, then copy/move the code to the TClient. Regards KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

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] 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] 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 To

[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] 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 for

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
ct; ErrCode: Word); var srcv : String; begin srcv := (Sender As TWSocket).ReceiveStr( ); Memo1.Lines.Add( ' Clent ->> ' + (Sender AS TWSocket).Name + 'Rcv ' + IntToHex(integer(GetTickCount( )),8) + srcv ); end; Regards, KL Chin -Original Message- From: K

[twsocket] Local UDP Broadcast without network cable connected

2006-11-21 Thread KL Chin
.0' Listen.LocalAddr = '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

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 by

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