WSAEADDRNOTAVAIL - The specified address is not available from the local
computer.
The host you are trying to connect to is not available from your client
computer. Validate that you can reach the host machine by using PING. If
not, you have some network issues that need to be resolved before using
the chat demo.
In addition,the other delphi chat demo(located in
delphi 3\demos\internet\tcp) works(It use an
ActiveX component TTCP instead of the native socket
components).So there should be no problem with
the IP address I used in the first chat demo.Is anything
wrong with the TServerSocket or TClientSocket
component?
Please anybody tell me where the problem is.