Hi,
using lNet I'm trying to get my local IP. According to what I found, that should work as follows:
aSocket: TLTCPComponent;
...
myIP := aSocket.LocalAddress;
myIP := aSocket.PeerAddress;
Compilers throws "no member Local|PeerAddress"
:-?
*ouch*
The socket is provied as parameter:
function OnConnect(aSocket... <=!)
my bad!