Arno,

I just wanted to notify you you have a slight error with this line in this updated port of pop3:

FLocalAddr               := ICS_ANY_HOST_V4;

ICS_ANY_HOST_V4 is undefined with the current ics7 package. probably it is defined for you locally but not with the ics7 downloadable package.

when I replace with older variant:

FLocalAddr               := '0.0.0.0'; {bb}

it works just fine


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to