Hello,
Sorry, you need a typecast:
Client := TClient(WSocketServer.Client[n]);
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz
Tuesday, November 1, 2005, 11:09, ICSNewbie2005 wrote:
> Hi Mr. Wilfried M.,
> Yes below is code I am talking ab
Hi Mr. Wilfried M.,
Yes below is code I am talking about =), When i went to compile though it
say Incompatible types.
Client which is of Type (TClient) and the assignment
to wSocketServer.Client[] which is of Type (TWSocketClient).
Lol i did not know sending data to 2 different connection make so h