[twsocket] How a client can send data to server ?

2006-11-21 Thread Engi
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

Re: [twsocket] How server can send data to clients ?

2006-11-21 Thread Engi
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

[twsocket] How server can send data to clients ?

2006-11-21 Thread Engi
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

Re: [twsocket] How server can send data to clients ?

2006-11-21 Thread Engi
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

[twsocket] Connect, send and close

2006-11-21 Thread Engi
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

Re: [twsocket] Connect, send and close

2006-11-21 Thread Engi
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,

[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

Re: [twsocket] Listen exception

2007-04-03 Thread Engi
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,

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 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 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 Engi
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

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-06 Thread Engi
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

[twsocket] Port vs LocalPort

2007-04-06 Thread Engi
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

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

[twsocket] Client identification

2007-04-13 Thread Engi
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

Re: [twsocket] Client identification

2007-04-13 Thread Engi
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: > >

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 Engi
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

[twsocket] TWSocketServer

2007-06-28 Thread Engi
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

[twsocket] TWSocketServer in thread

2007-06-29 Thread Engi
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

Re: [twsocket] TWSocketServer in thread

2007-06-29 Thread Engi
; -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

Re: [twsocket] TWSocketServer in thread

2007-06-29 Thread Engi
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

Re: [twsocket] TWSocketServer in thread

2007-06-29 Thread Engi
{ > MSG msg; > > while(GetMessage(&msg, NULL, 0, 0) && !Terminated) { > DispatchMessage(&msg); > } > // > --- > > Regards, > > SZ > > - Original Message - > From: &qu

Re: [twsocket] TWSocketServer in thread

2007-06-29 Thread Engi
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&

Re: [twsocket] TWSocketServer in thread

2007-06-29 Thread Engi
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

[twsocket] OnSessionConnected not fired

2007-07-11 Thread Engi
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,

Re: [twsocket] OnSessionConnected not fired

2007-07-11 Thread Engi
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

Re: [twsocket] OnSessionConnected not fired

2007-07-11 Thread Engi
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

[twsocket] File size

2007-08-06 Thread Engi
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

Re: [twsocket] File size

2007-08-06 Thread Engi
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

[twsocket] Component using TWSocket : installation problem

2008-07-03 Thread Engi
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

Re: [twsocket] Component using TWSocket : installation problem

2008-07-03 Thread Engi
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

Re: [twsocket] Is the mailing list working ?

2008-12-26 Thread Engi
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

[twsocket] TWSocketServer : MultiThreaded property

2009-03-20 Thread Engi
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

[twsocket] ICS v7 and BCB6

2009-03-20 Thread Engi
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

Re: [twsocket] ICS v7 and BCB6

2009-03-20 Thread Engi
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. > > >

[twsocket] Clients dysfunction

2009-06-23 Thread Engi
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

Re: [twsocket] Clients dysfunction

2009-06-23 Thread Engi
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

[twsocket] Error on socket close

2009-07-29 Thread Engi
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

Re: [twsocket] Error on socket close

2009-07-29 Thread Engi
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

[twsocket] Receive function

2010-03-02 Thread Engi
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

Re: [twsocket] Receive function

2010-03-07 Thread Engi
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

[twsocket] Keep alive interval property

2011-06-29 Thread Engi
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

Re: [twsocket] VirtualTreeView

2011-09-07 Thread Engi
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