Re: [twsocket] Acting as Server/Client

2005-07-24 Thread Wilfried Mestdagh
Hello Wesley, TWSocket can connect and listen, but not the same siultanously. Use TWSocketServer for Server and TWSocket for client. Eventually you can derrive your TWSocketclass from TWSocketClient, and use this class for client, and assigne this same class to TWSocketServer. This way you have

[twsocket] Acting as Server/Client

2005-07-23 Thread Wesley Spadola
I am creating a program that acts as both a server and a client. It will connect to other instances of itself running on other computers as well as listen for other connections. I was wondering if it is possible to have one TWSocket component, derived from another TWSocket class but essentially