Re: [twsocket] ICS V7 Status

2009-09-10 Thread Anatoly Podgoretsky
Thanks all, I found it in SVN and it works. Anatoly Podgoretsky http://www.podgoretsky.com - Original Message - From: Francois PIETTE francois.pie...@skynet.be To: ICS support mailing twsocket@elists.org Sent: Tuesday, September 08, 2009 10:10 PM Subject: Re: [twsocket] ICS V7 Status

[twsocket] ICS V7 Status

2009-09-08 Thread Anatoly Podgoretsky
Hi! I have two small questions 1. Is it posible to use V7 in production environment, how stable it now. I plan use as udp client and server, and http client and server. 2. What about Delphi 2010? Anatoly Podgoretsky http://www.podgoretsky.com -- To unsubscribe or change your settings

Re: [twsocket] ICS V7 Status

2009-09-08 Thread Anatoly Podgoretsky
Hi Angus, Thanks for helps. I tryed install (with correction of inc file for version Ver210) and have no success, 179 warnings and 3 errors. Anatoly Podgoretsky http://www.podgoretsky.com - Original Message - From: Angus Robertson - Magenta Systems Ltd an...@magsys.co.uk

Re: [twsocket] ICS V7 Status

2009-09-08 Thread Anatoly Podgoretsky
Hi Arno, I downloaded version from main Overbyte site, link is javascript:top.StartDownload('eng', 'arch/OverbyteIcsV7_Alpha1.zip'); Anatoly Podgoretsky http://www.podgoretsky.com - Original Message - From: Arno Garrels arno.garr...@gmx.de To: ICS support mailing twsocket@elists.org

Re: [twsocket] [OT] ADOQuery async operation

2008-05-06 Thread Anatoly Podgoretsky
I know, TAdoDataset is simply to use No need work with _Recordset Best regards, Anatoly Podgoretsky - Original Message - From: Angus Robertson - Magenta Systems Ltd [EMAIL PROTECTED] To: twsocket@elists.org Sent: Tuesday, May 06, 2008 6:25 PM Subject: Re: [twsocket] [OT] ADOQuery

Re: [twsocket] NTLM Unicode bug and lazy fix

2008-04-24 Thread Anatoly Podgoretsky
Well? as I know to support Unicode with W9x user must install Microsoft Layer for Unicode. Information version of MultiByteToWideChar is included in these operating systems is new for me. Best regards, Anatoly Podgoretsky - Original Message - From: Arno Garrels [EMAIL PROTECTED

Re: [twsocket] NTLM Unicode bug and lazy fix

2008-04-23 Thread Anatoly Podgoretsky
then begin SetLength(Result, Len); MultiByteToWideChar(CP_ACP, 0, Pointer(AData), Length(AData), PWideChar(Result), Len); end else Result := ''; end; end; Best regards, Anatoly Podgoretsky - Original Message - From: Arno Garrels [EMAIL PROTECTED

Re: [twsocket] NTLM Unicode bug and lazy fix

2008-04-23 Thread Anatoly Podgoretsky
not for me. I know ICS from first days, read this mailing list also from his birthday, but use only last year. Best regards, Anatoly Podgoretsky - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, April 23, 2008 9:12 PM

Re: [twsocket] Simple Telnet question

2008-02-17 Thread Anatoly Podgoretsky
Telnet server usualy inform about this escape sequece in Welcome Message, usualy it is Ctrl+[ Best regards, Anatoly Podgoretsky http://www.podgoretsky.com I am using latest ICS telnet connection to develop a simple test tool. This tool needs to start and stop a program via telnet. I have

Re: [twsocket] Simple Telnet question

2008-02-17 Thread Anatoly Podgoretsky
. Instead Ctrl+[ it may another combnation of Ctrl+Char Best regards, Anatoly Podgoretsky http://www.podgoretsky.com - Original Message - From: Paul [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Sunday, February 17, 2008 1:40 PM Subject: Re: [twsocket] Simple

Re: [twsocket] How to use THttpCli with threads?

2006-10-06 Thread Anatoly Podgoretsky
in OnTerminate Event handler/ I 'll look for multithread sample programs for better understanding a technology. What about TBaseThread.Destroy in wich context it execute? In context of thread? With best regards, Anatoly Podgoretsky - Original Message - From: Francois Piette [EMAIL

Re: [twsocket] How to use THttpCli with threads?

2006-10-06 Thread Anatoly Podgoretsky
? Directly. Like HttpCli.Get, HttpCli.Body. It isn't? With best regards, Anatoly Podgoretsky -- 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] How to use THttpCli with threads?

2006-10-06 Thread Anatoly Podgoretsky
Hi Frans, Examples and third party demos are very high, really I don't catch all of them. :-) But I looked its example and see that my current code very similar. With best regards, Anatoly Podgoretsky - Original Message - From: Frans van Daalen [EMAIL PROTECTED] I think the best way

Re: [twsocket] How to use THttpCli with threads?

2006-10-06 Thread Anatoly Podgoretsky
Thanks Abdullah, Now I look HttpThr example With best regards, Anatoly Podgoretsky - Original Message - From: Abdullah AlQasim [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, October 06, 2006 4:51 PM Subject: Re: [twsocket] How to use THttpCli with threads

[twsocket] How to use THttpCli with threads?

2006-10-05 Thread Anatoly Podgoretsky
HttpClient.Free; inherited; end; What I'm doing wrong? Thread do nothing with main thread, this code only for testing. Real will written in future With best regards, Anatoly Podgoretsky -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman

Re: [twsocket] How to use THttpCli with threads?

2006-10-05 Thread Anatoly Podgoretsky
downloading from site and operate with received data with threads. With best regards, Anatoly Podgoretsky - Original Message - From: Anatoly Podgoretsky [EMAIL PROTECTED] I want use THttpCli within TTread, but when I close application it eception with AV at address 0 Code follow

Re: [twsocket] Writing a transparent HTTP proxy

2006-10-04 Thread Anatoly Podgoretsky
, Anatoly Podgoretsky - Original Message - From: Kris Leech [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, October 04, 2006 11:18 AM Subject: Re: [twsocket] Writing a transparent HTTP proxy Hi, did you find the answer to this? Fastream Technologies