View Single Post
Old Mar 8th, 2007, 5:22 AM   #1
sggaunt
Newbie
 
Join Date: Mar 2007
Posts: 9
Rep Power: 0 sggaunt is on a distinguished road
working with the INdy client/sever socket componets

Hello my name is Steve, and I have been programming in Delphi for
several years, but never done anything with Sockets or anything using
Indy style components. so I am a complete novice from that point of view.

(same goes for putting these this type of component in a DLL but thats
for another thread!)

Sorry but these may seem an easy question but I hope someone can help

I have been experimenting with the Indy 9 demo projects for the Client
and Server components and managed to get them working when run on the
same PC.
Here are the settings I used
Client Port 47110 (the default in the project)
Bound IP is blank
Bound Port = 0

Server Host set to localhost (as you might expect)

But I have been unable to get any communications when the server is
installed on another machine on our network.
Can anyone give me some idea on how to set the Host/Port settings to
achieve communications targeted at a specific IP address.


Steve
sggaunt is offline   Reply With Quote