Re: [twsocket] Listen exception

2007-04-10 Thread Arno Garrels
Engi wrote: > Yes, it is "Error 10022 ..." > Your comment doesn't exist in my wsocket.pas, but it's the last v5, > downloaded this morning. It is not in v5, it is in current V5/V6 Beta only! Least work is to add the changes manually then rebuild the package. It's worth a trial, it won't break anyt

Re: [twsocket] Listen exception

2007-04-10 Thread Engi
Yes, it is "Error 10022 ..." Your comment doesn't exist in my wsocket.pas, but it's the last v5, downloaded this morning. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Arno Garrels Envoyé : mardi 10 avril 2007 13:40 À : ICS support mailing Objet : Re:

Re: [twsocket] [OT] Embedding ActiveX licenses in Delphi

2007-04-10 Thread Dave Baxter
You could try going on to the main ni.com website, and looking for the self help support forum. The last time I went in there, there are hundreds of competent programmers, many using Delphi of one release or another (even D1!) so someone should have seen that problem and know of a work arround. I

Re: [twsocket] Listen exception

2007-04-10 Thread Arno Garrels
Engi wrote: > Any ideas ? It's a real problem for me . If the error is NOT "Error 10022 in function WSAASyncSelect", tell us the exact line and exception message. Otherwise, if it is still error 10022 in function WSAASyncSelect, go to procedure TCustomWSocket.Listen in WSocket.pas, there should e

Re: [twsocket] Listen exception

2007-04-10 Thread Fastream Technologies
Perhaps your Winsock is corrupt, try with another Windows. Regards, SZ - Original Message - From: "Engi" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Tuesday, April 10, 2007 1:09 PM Subject: Re: [twsocket] Listen exception Hi, Any ideas ? It's a real problem for me . Thank

Re: [twsocket] Listen exception

2007-04-10 Thread Engi
Hi, Any ideas ? It's a real problem for me . Thanks, Engi -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Engi Envoyé : vendredi 6 avril 2007 13:50 À : 'ICS support mailing' Objet : Re: [twsocket] Listen exception Exception at Listen() method -

Re: [twsocket] Very strange Abnormal Program Termination

2007-04-10 Thread Fastream Technologies
I now suspect that the problem is in THttpCli with keep-alive timeout of web server. For example, Keep-Alive: max=99, timeout=5 means there will be a maximum of 99 requests per connection with 5 secs timeout. This is a response header. I suspect the component does not detect connection close w