Jasper Veeckman wrote:
> hey,
> 
> I'm coding a small chat program with sockets.  Server and client are the
> same prog, u just have to choose what role u want to play. Server sets
> socket in listening and client connects  
> 
> I want to be able to write messages from both sides, but only client side
> works for now, when I want to send  a string from server to client I get
> and error

Then you need both a listening (server) and a sending (client) socket on both 
sides.
Run a TWSocketServer and a TWSocket on each.

Arno Garrels
  


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

Reply via email to