| View previous topic :: View next topic |
| Author |
Message |
Sepidar Member
Joined: 09 Jun 2004 Posts: 1
|
Posted: 27/06/04 14:31 Post subject: Problem with TClientSocket |
|
|
Hi,
In a program i'm using TClientSocket component to access a server (witch i have developed it myself) through the internet. (Port 6257 and setting address at run time)
In the Server side i use a TServerSocket component, with port 6257 and a true value for Active property.
problem is here:
when i run both server and client in a computer (using address 127.0.0.1=localhost) there is no problem, but when i put server in another computer (whitch i know the IP address) and i try to connect to server, a time out error ocuurs (code 10060).
thax
and excuse me because of my bad english |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 409 Location: Tehran, Iran
|
Posted: 27/06/04 22:13 Post subject: |
|
|
Hi,
Maybe the port is closed by a firewall.
Cheers,
Kambiz |
|
| Back to top |
|
 |
|