Angus Robertson - Magenta Systems Ltd wrote: >> Currently I just want a simple and fast check whether a peer >> address is in the subnet in a FTP server I'm currently working on. > > The simple solution is to create an event with a true/false response, > and let the application do the hard work. The application can then > use either WMI or IpHelpApi in the event to check the subnet, for > which free components for both can be downloaded from my site:
OK, but why loading additional libraries when the same can be achieved by using winsock2? And WSAIoctl/SIO_GET_INTERFACE_LIST should work even in W95 with Winsock2 update. IpHelpApi however is not available in W95, and WMI seems to be available as an optional download for W9x only. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > http://www.magsys.co.uk/delphi/ > > Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
