OWLNext 7.0
Borland's Object Windows Library for the modern age
|
The code below creates a listening stream socket and waits for connections.
ShutDownApp() is called in the event of an error.
The code below creates a client stream socket that then connects to a server. There is no error checking. The code is blocking, in order to simplify reading.