> 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
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 !
>>
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
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,
>>
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
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
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
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
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
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
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
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
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
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
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
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
> 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
-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
>>
>>
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
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
> 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
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
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
>
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
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
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
---
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?
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
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
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
30 matches
Mail list logo