Re: [twsocket] Client socket gets disconnected..

2006-08-16 Thread S S
more I think. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Monday, August 14, 2006, 15:56, S S wrote: Hi, No, the client does not generate any winsock error.It just gets disconnected and even if I try connecting it again after

Re: [twsocket] Problem in reconnecting.

2006-08-16 Thread S S
more I think. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Monday, August 14, 2006, 15:56, S S wrote: Hi, No, the client does not generate any winsock error.It just gets disconnected and even if I try connecting it again after

[twsocket] Client socket gets disconnected..

2006-08-14 Thread S S
Hello Everyone, I have two units - 1)CAENUnit 2)MainUnit There is a button Start Server in my main unit which when clicked starts my server,starts my client,thereby on session connected event the client sends commands to the reader to create notification channel ,receives reply

[twsocket] Client socket gets disconnected..

2006-08-14 Thread S S
Hello Everyone, I have two units - 1)CAENUnit 2)MainUnit There is a button Start Server in my main unit which when clicked starts my server,starts my client,thereby on session connected event the client sends commands to the reader to create notification channel ,receives reply

Re: [twsocket] Client socket gets disconnected..

2006-08-14 Thread S S
Mestdagh [EMAIL PROTECTED] wrote: Hello, When the client close, does is generate a winsock error ? Same question for the datasocket at server side? --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Monday, August 14, 2006, 11:38, S S wrote: Hello

[twsocket] TWSocket Server receives -1 instead of receiving hexadecimal values (array)

2006-08-08 Thread S S
: boolean; s: string; begin IncomingTags.Clear; with Sender as TTcpSrvClient do begin SByteCount := TCPServer.Receive(@SBuffer, SizeOf(SBuffer) - 1); Display('No of TagBytes Received: '+ IntToStr(SByteCount)); for i := 1 to SByteCount do s := s + IntToHex(SBuffer[i],2); Display

Re: [twsocket] TWSocket Server receives -1 instead of receivinghexadecimal values (array)

2006-08-08 Thread S S
of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: S S To: Sent: Tuesday, August 08, 2006 10:10 AM Subject: [twsocket] TWSocket Server receives -1 instead of receivinghexadecimal values (array) Hi all, I am new to delphi.My application needs