Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : TIdHTTP.Get raising EIDCouldNotBindSocket
| Subject: | TIdHTTP.Get raising EIDCouldNotBindSocket |
| Posted by: | "Marcelo Grossi" (magros..@aralia.co.uk) |
| Date: | 8 Jan 2008 08:47:23 |
Hi, I'm using the TIdHTTP.Get to fetch some data from a server. But on one given client machine (the others work normally) I get the forementioned exception. The error message is:
'Could not bind socket. Address and port are already in use.'
I do not set BoundIP, BoundPort, BoundPortMin or BoundPortMax. So I assumed that this was to be done automatically by Winsock who would chose the best port availiable for the job.
Has someone had the same problem before and shed some light into this?
Greatly apreciate your help,
Marcelo