request sending

Hi,
I want to see how the socket is being formed and how is the connection is being set(like it happens in C Socket programming). I mean first the server waits for a connection and when a client wants a connection, the connection is set. Then the client sends a request and the server implements that request.
How to implement these sequence of steps in Edge. I already wrote a sample code in C in the topic "TCP Protocols" . I followed all the steps suggested by you and the program is compiling and linking well. But when I run the executable, simply a window appears with black screen. Can you suggest a way to display messages at each step and a way to know whether the connection has been set??
Also please tell me how to send requests from client to server like, for example client may send a string and ask the server to print it (similar to the C program that i pasted in topic "TCP Protocols"). Can you help me how to implement these steps in Edge both for Windows desktop and Symbian???
Hoping for a reply soon.
Thank you
coolkc
I want to see how the socket is being formed and how is the connection is being set(like it happens in C Socket programming). I mean first the server waits for a connection and when a client wants a connection, the connection is set. Then the client sends a request and the server implements that request.
How to implement these sequence of steps in Edge. I already wrote a sample code in C in the topic "TCP Protocols" . I followed all the steps suggested by you and the program is compiling and linking well. But when I run the executable, simply a window appears with black screen. Can you suggest a way to display messages at each step and a way to know whether the connection has been set??
Also please tell me how to send requests from client to server like, for example client may send a string and ask the server to print it (similar to the C program that i pasted in topic "TCP Protocols"). Can you help me how to implement these steps in Edge both for Windows desktop and Symbian???
Hoping for a reply soon.
Thank you
coolkc