Sorry for wrong title in my previous mail ...
- Original Message -
From: "Engi" <[EMAIL PROTECTED]>
To:
Sent: Monday, November 20, 2006 6:22 PM
Subject: [twsocket] How server can send data to clients ?
> Hi,
>
> I have a TWSocketServer which is listening inc
Thanks
- Original Message -
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Monday, November 20, 2006 8:04 PM
Subject: Re: [twsocket] How server can send data to clients ?
>> it's ok for the server part ?
>> is it the same method for the client part (to send
Hi,
I have a TWSocketServer which is listening incoming clients connections.
Once a client is connected, the server send data to it.
Sometimes, I need this client to send command to the server.
Is it possible with ics components ?
If yes, how can I do it ?
TIA,
Engi
--
To unsubscribe or change
it's ok for the server part ?
is it the same method for the client part (to send data to server) ?
- Original Message -
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Monday, November 20, 2006 6:56 PM
Subject: Re: [twsocket] How server can send data to clie
onnecting))
WSocket->Close();
return Result;
}
Here, the result is false everytimes because the socket is never connected.
How could I do this function works ?
Thanks for help,
Engi
--
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
A little error in my code.
I repost it
- Original Message -
From: "Engi" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Wednesday, November 22, 2006 8:24 AM
Subject: [twsocket] Connect, send and close
bool __fastcall TfrmMain::SendCde(int PortIP,
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
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 TWSocketServer component,
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
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
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
Francois,
Thanks for this explanations.
I moved all the lines from constructor to Execute() method and all is fine
now.
Engi
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la
part de Francois Piette
Envoyé : mercredi 4 avril 2007 13:15
À : ICS support ma
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
ption?
- 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 from time to time.
Here is my code:
It i
Hi,
What is different between Port and LocalPort property ?
Same for Addr and LocalAddr ?
TIA,
Engi
--
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
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
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
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
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
could transmits this answer to the good client (the one
which send query) ?
Is there unik identifier for each client IP ?
Engi
--
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
OK, thanks.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels
> Sent: Friday, April 13, 2007 11:20 AM
> To: ICS support mailing
> Subject: Re: [twsocket] Client identification
>
> Engi wrote:
> >
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
Thank you very much for your help.
Perhaps a bad construction of my source code.
I'll try to rewrite this later.
Bye,
Engi
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels
> Sent: Friday, April 13, 2007 7:27 PM
Hi,
Is a TWSocketServer can manage several port ?
Engi
--
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
tion tcp/ip connections are ok.
But the server in thread C don't answer to requests.
My client can connect to it, that's all. Even the banner is not sent.
Any suggestions will be appreciated.
Thanks,
Engi
--
To unsubscribe or change your settings for TWSocket mailing lis
; -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Fastream
> Technologies
> Sent: Friday, June 29, 2007 12:12 PM
> To: ICS support mailing
> Subject: Re: [twsocket] TWSocketServer in thread
>
> Hello Engi,
>
> Doe
or PeekMessage called in a loop in
> while(!Terminated)?
>
> Regards,
>
> SZ
>
> - Original Message -
> From: "Engi" <[EMAIL PROTECTED]>
> To: "'ICS support mailing'"
> Sent: Friday, June 29, 2007 2:32 PM
> Subject
{
> MSG msg;
>
> while(GetMessage(&msg, NULL, 0, 0) && !Terminated) {
> DispatchMessage(&msg);
> }
> //
> ---
>
> Regards,
>
> SZ
>
> - Original Message -
> From: &qu
in thread
>
> Hello,
>
> Instead of Sleep(), why don't you Pause() the twsocket? That
> would be better IMHO.
>
> Regards,
>
> SZ
>
> - Original Message -
> From: "Engi" <[EMAIL PROTECTED]>
> To: "'ICS support mailing&
Thanks to all for answers.
I'm going to change my source code to take care of yours advices.
Engi
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE
> Sent: Friday, June 29, 2007 6:10 PM
> To: ICS support m
Hi,
I'm using a TWSocketServer in my main form.
The OnSessionClosed is always fired.
On the other hand, the OnSessionConnected is never fired, whereas clients
can connect to my server.
I have to know when server is ready to receive IP queries.
How could I do without this event ?
TIA,
1, 2007 4:54 PM
> To: ICS support mailing
> Subject: Re: [twsocket] OnSessionConnected not fired
>
> Engi wrote:
> > Hi,
> >
> > I'm using a TWSocketServer in my main form.
> > The OnSessionClosed is always fired.
> > On the other hand, the OnSessio
I'll take a look later.
Thanks for your answers.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels
> Sent: Wednesday, July 11, 2007 6:24 PM
> To: ICS support mailing
> Subject: Re: [twsocket] OnSessionConnec
Hi,
I'm ising THttpCli component to download a file.
Before I call the Get method, is there a solution to know the file size ?
TIA,
Engi
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at
It works.
Thanks François && SZ
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE
> Sent: Monday, August 06, 2007 6:06 PM
> To: ICS support mailing
> Subject: Re: [twsocket] File size
>
> > I'm ising THttpCli component to download a
Hi !
I'm writting a component which is inherited from TPageControl.
Each tabsheet contains a pointer on TWSocket in private section.
My TMyTabSheet.h file includes TWSocket.hpp.
When I compile my component, all is fine.
But when I try to install the component in components palette, I obtain
the e
it's ok now.
many thanks !
Le 03/07/2008 11:51, Olivier Sannier a écrit :
> Engi wrote:
> > What is the problem ?
> >
>
> You ignored the warning message saying that ICsLogger is implicitely
> imported in your package. You should add ICSBCB to the requires
Seams to work !
Happy Christmas ...
Nicolas
Le 26/12/2008 07:49, Francois PIETTE a écrit :
> Hi !
>
> Sorry for testing, but the mailing list is so quit that I wonder if it is
> still working.
>
> Seasons greetings,
>
--
To unsubscribe or change your settings for TWSocket mailing list
ple
I have a TWSocketServer in my main form.
What value should I give to the Multithreaded property ?
TIA,
Engi
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
Hi,
Is ICS version 7 running with BCB6 ?
If yes, can I found package files anywhere ?
TIA,
Engi
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
Thanks for your answers.
Le 20/03/2009 13:38, Francois Piette a écrit :
> > Is ICS version 7 running with BCB6 ?
>
> Actually, I'm not sure. It has been designed with more recent versions but
> this doesn't mean it does not work with that old compiler. Just check.
> Report any problem here.
>
> >
Hi,
I'm using 1 server and 3 clients.
When server sends data to clients, only 1 client receive this data.
In the server loop, the clientcount property is 3.
I think there is a problem but I don't found it.
Any help or advices would be appreciated.
Engi
--
To unsubscribe or change you
Problem resolved !
Sorry, but I missed a 'break' into my for loop.
Now, all clients receive data.
Thanks for answer.
Engi
Le 23/06/2009 14:55, Wilfried Mestdagh a écrit :
Hello Engi,
How do you send your data in the server?
it should be something like:
for n := 0 to Srv.ClientCo
Hi,
When I close my TWSocket, I have an error message :
"not enough timers available"
My class use only 1 timer !
Any idea of origin of this message ?
TIA,
Nicolas
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/t
It's resolved !
I don't how but I reboot my pc and it's ok !
Sorry for the inconvenience ...
Le 29/07/2009 18:47, Engi a e'crit :
Hi,
When I close my TWSocket, I have an error message :
"not enough timers available"
My class use only 1 timer !
Any idea of
Hi,
In TWSocketClient class, is the Receive function locking while
BufferSize is not reached ?
TIA,
Engi
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
thanks for answer
Le 07/03/2010 18:16, wilfried Mestdagh a e'crit :
Hi Engi,
No the Receive method is not blocking. The method copy the already received
data with a maximum of what you give to it as size.
--
To unsubscribe or change your settings for TWSocket mailing list
please goto
Hi,
Is someone could explain me the use of KeepAliveInterval property ?
Is it obligatory to define it ?
TIA,
Engi
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
You can download VirtualTreeview last releases from :
http://code.google.com/p/virtual-treeview/
Delphi x64 is included !
Engi
Sorry for OT
Le 07/09/2011 19:56, Markus Humm a écrit :
Message: 1
Date: Tue, 6 Sep 2011 18:00:55 +0200
From: "Arno Garrels"
Subject: Re: [twsocket] OT: M
49 matches
Mail list logo