[twsocket] TPing missing in the BDS2006 package

2006-02-22 Thread Arno Garrels
Hi, Please don't forget to add it in next release. Arno -- 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] Interesting article about WSAAccept()

2006-02-22 Thread Dod
Hello, I found an interesting article about high number of concurrent connection on same server. http://www.lenholgate.com/archives/000559.html May be François can read it and find if could be usefull for ICS ? Regards. -- To unsubscribe or change your settings for TWSocket mailing list pleas

[twsocket] RE : RE : Problem with HttpCLI under C++Builder2006

2006-02-22 Thread Yves Palma
> What is the demo program HttpTst saying with your URL ? When I type 'http://www.yahoo.fr' on the URL box, and then I click 'Get' Button, the following text appears on DisplayMemo : cmd> GET / HTTP/1.0 cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* cmd> Host: www.rtfm.be

[twsocket] RE : RE : Problem with HttpCLI under C++Builder2006

2006-02-22 Thread Yves Palma
Thank You for your Reply. > Are you using C++ Builder 2006 with upgrade #1 ? I have downloaded the evaluation version from Borland : BorlandR C++BuilderR for MicrosoftR WindowsT Version 10.0.2166.28377 Copyright C 2005 BorlandR Software Corporation. All Rights Reserved. Update 1 (The French Versio

Re: [twsocket] RE : Problem with HttpCLI under C++Builder2006

2006-02-22 Thread Francois Piette
Are you using C++ Builder 2006 with upgrade #1 ? Without the first upgrade, C++ is only a preview (this means a lot of bugs). Which ICS are you using ? I suggest you download latest ICS-BETA (V5) from my website. What is the demo program HttpTst saying with your URL ? -- Contribute to the SSL Eff

[twsocket] RE : Problem with HttpCLI under C++Builder2006

2006-02-22 Thread Yves Palma
Yves wrote : > I have installed ICS under C++Builder2006. > But my program, which was running fine under C++Builder6, doesn't work > httpcli1=new THttpCli(NULL); > httpcli1->URL=AnsiString( "http://... " ); > and I debug my prog, I still have httpcli1->URL=NULL > I'm not able to set my URL ?!?

Re: [twsocket] Sending an email - progress/html formatted email

2006-02-22 Thread DZ-Jay
On Feb 20, 2006, at 12:02, Arno Garrels wrote: >> Hi. >> I use ICS component - HtmlSmtpClient to send html formatted email. I >> have >> got 2 requests. >> 1. I would like to know, how can I show progress of sending email to >> multiply users, for example on delphi component - TProgressBar. > >

[twsocket] Problem with HttpCLI under C++Builder2006

2006-02-22 Thread Yves Palma
Hello, I have installed ICS under C++Builder2006. But my program, which was running fine under C++Builder6, doesn't work : When I do httpcli1=new THttpCli(NULL); httpcli1->URL=AnsiString( "http://... " ); and I debug my prog, I still have httpcli1->URL=NULL I'm not able