Re: [twsocket] Listen exception

2007-04-13 Thread Engi
> To: ICS support mailing > Subject: Re: [twsocket] Listen exception > > Engi wrote: > > Yes, I have tried to initialize worker thread's message > queue before > > the calling listen(), but no effect ! > > I'm sorry, this was my last idea, especially

Re: [twsocket] Listen exception

2007-04-13 Thread Arno Garrels
M >> To: ICS support mailing >> Subject: Re: [twsocket] Listen exception >> >> Engi wrote: >>> Since I put the code to create an instance of my TWSocketServer and >>> the >>> Listen() method in the thread's constructor, all is fine ! >>

Re: [twsocket] Listen exception

2007-04-13 Thread Engi
rt mailing > Subject: Re: [twsocket] Listen exception > > Engi wrote: > > Since I put the code to create an instance of my TWSocketServer and > > the > > Listen() method in the thread's constructor, all is fine ! > > In this case the events are not running in

Re: [twsocket] Listen exception

2007-04-13 Thread Arno Garrels
part de Arno Garrels > Envoyé : mardi 10 avril 2007 20:44 > À : ICS support mailing > Objet : Re: [twsocket] Listen exception > > Engi wrote: >> Yes, it is "Error 10022 ..." >> Your comment doesn't exist in my wsocket.pas, but it's the last v5, >>

Re: [twsocket] Listen exception

2007-04-13 Thread Engi
rt mailing Objet : Re: [twsocket] Listen exception 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 ch

Re: [twsocket] Listen exception

2007-04-11 Thread Wilfried Mestdagh
Hello Engi, > I create an instance of TWSocketServer in each thread with same address but > different port. > Is this a problem ? No this is not a problem. the Addr:port combination has to be exclusive, but this is already what you do. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/over

Re: [twsocket] Listen exception

2007-04-11 Thread Engi
thread A and sometimes in thread B, but rarely in both threads. Engi -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Arno Garrels Envoyé : mardi 10 avril 2007 20:44 À : ICS support mailing Objet : Re: [twsocket] Listen exception Engi wrote: > Ye

Re: [twsocket] Listen exception

2007-04-10 Thread Arno Garrels
t; Please report back whether that helped or not. > > -- > Arno Garrels [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > >> >> Thanks, >> Engi >> >> -Message d'origine- >> De : [EMAIL PROTECTED] [mailto:[EMAIL PR

Re: [twsocket] Listen exception

2007-04-10 Thread Engi
upport mailing Objet : Re: [twsocket] Listen exception 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 WSAASyncSe

Re: [twsocket] Listen exception

2007-04-10 Thread Arno Garrels
http://www.overbyte.be/eng/overbyte/teamics.html > > 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

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, An

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 Exceptio

Re: [twsocket] Listen exception

2007-04-06 Thread Engi
Exception at Listen() method -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Fastream Technologies Envoyé : vendredi 6 avril 2007 12:59 À : ICS support mailing Objet : Re: [twsocket] Listen exception At which line do you get the exce

Re: [twsocket] Listen exception

2007-04-06 Thread Fastream Technologies
At which line do you get the exception? - Original Message - From: "Engi" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Friday, April 06, 2007 1:11 PM Subject: Re: [twsocket] Listen exception I talked too quickly. I still have errors 10022

Re: [twsocket] Listen exception

2007-04-06 Thread Engi
Terminate(); return; } while (!Terminated) { ... } WSocketServerWORK->ShutDown(0); delete WSocketServerWORK; } -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Engi Envoyé : mercredi 4 avril 2007 14:27 À : 'IC

Re: [twsocket] Listen exception

2007-04-04 Thread Engi
iling Objet : Re: [twsocket] Listen exception > No, I create the instance in the thread constructor. Any constructor for TThread class is executed in the context of the creating [likely main] thread, not the [future] created thread ! The new thread context exists only at the very beginning of the

Re: [twsocket] Listen exception

2007-04-04 Thread Francois Piette
> No, I create the instance in the thread constructor. Any constructor for TThread class is executed in the context of the creating [likely main] thread, not the [future] created thread ! The new thread context exists only at the very beginning of the Execute method. So you must create any event-d

Re: [twsocket] Listen exception

2007-04-04 Thread Arno Garrels
-Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > De la > part de Arno Garrels > Envoyé : mercredi 4 avril 2007 11:39 > À : ICS support mailing > Objet : Re: [twsocket] Listen exception > > Engi wrote: >> ICS v5.25 >> >>

Re: [twsocket] Listen exception

2007-04-04 Thread Engi
pport mailing Objet : Re: [twsocket] Listen exception Engi wrote: > ICS v5.25 > > Another info : Listening is launched in a thread Execute() method. Then this error most likely has do to with incorrect use of the components in worker thread(s). Do you create the instance of TWS

Re: [twsocket] Listen exception

2007-04-04 Thread Arno Garrels
007 10:44 > À : ICS support mailing > Objet : Re: [twsocket] Listen exception > > Engi wrote: >> I'm working under XP pro SP2. >> I don't know the ICS release. How can I find it ? > > Do you find these lines in (OverbyteIcs)WSocket.pas at the bottom of > pr

Re: [twsocket] Listen exception

2007-04-04 Thread Francois Piette
> Another info : Listening is launched in a thread Execute() method. Be sure to have created the component from the Execute method, or call ThreadAttach from the execute method before calling listen. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Auth

Re: [twsocket] Listen exception

2007-04-04 Thread Engi
ICS v5.25 Another info : Listening is launched in a thread Execute() method. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Arno Garrels Envoyé : mercredi 4 avril 2007 10:44 À : ICS support mailing Objet : Re: [twsocket] Listen exception

Re: [twsocket] Listen exception

2007-04-04 Thread Arno Garrels
FMsg_WM_ASYNCSELECT, FSelectEvent); > > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > De la > part de Arno Garrels > Envoyé : mardi 3 avril 2007 18:11 > À : ICS support mailing >

Re: [twsocket] Listen exception

2007-04-04 Thread Engi
I'm working under XP pro SP2. I don't know the ICS release. How can I find it ? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Arno Garrels Envoyé : mardi 3 avril 2007 18:11 À : ICS support mailing Objet : Re: [twsocket] Listen except

Re: [twsocket] Listen exception

2007-04-04 Thread Arno Garrels
t; Regards, > > SZ > > - Original Message - > From: "Engi" <[EMAIL PROTECTED]> > To: "'ICS support mailing'" > Sent: Tuesday, April 03, 2007 9:40 PM > Subject: Re: [twsocket] Listen exception > > > > The listening IP is

Re: [twsocket] Listen exception

2007-04-03 Thread Fastream Technologies
Try 0.0.0.0 . Regards, SZ - Original Message - From: "Engi" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Tuesday, April 03, 2007 9:40 PM Subject: Re: [twsocket] Listen exception The listening IP is : 192.168.0.102 The port is 8100 ---

Re: [twsocket] Listen exception

2007-04-03 Thread Engi
The listening IP is : 192.168.0.102 The port is 8100 -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Fastream Technologies Envoyé : mardi 3 avril 2007 18:13 À : ICS support mailing Objet : Re: [twsocket] Listen exception What is the listening IP?

Re: [twsocket] Listen exception

2007-04-03 Thread Fastream Technologies
What is the listening IP? Best Regards, SZ - Original Message - From: "Engi" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, April 03, 2007 10:42 AM Subject: [twsocket] Listen exception > Hi, > > Sometimes, when I launch listening for

Re: [twsocket] Listen exception

2007-04-03 Thread Arno Garrels
Engi wrote: > Hi, > > Sometimes, when I launch listening for TWSocketServer component, I > obtain an exception with message : > Error 10022 in function WSAASyncSelect - Invalid argument. Strange, is this in W2K3? Are you working with latest ICS-release? -- Arno Garrels [TeamICS] http://www.over

[twsocket] Listen exception

2007-04-03 Thread Engi
Hi, Sometimes, when I launch listening for TWSocketServer component, I obtain an exception with message : Error 10022 in function WSAASyncSelect - Invalid argument. What could be the problem ? TIA, Engi -- To unsubscribe or change your settings for TWSocket mailing list please goto http://ww