
IPEnum v1.01 an MFC class and
console app. to allow enumeration of IP addresses
To run the IPEnum console application, open a command prompt and
simple type IPEnum. To use the MFC class "CIPEnum" in your own code, all you
need to do is derive your own class from it and override the pure virtual function "EnumCallbackFunction".
The enclosed
zip file contains the IPEnum source code and a
simple console based application which displays the IP addresses.
Copyright
- You are allowed to include the source code in
any product (commercial, shareware, freeware or otherwise) when your product
is released in binary form.
- You are allowed to modify the source code in
any way you want except you cannot modify the copyright details at the top
of each module.
- If you want to distribute source code with
your application, then you are only allowed to distribute versions released
by the author. This is to maintain a single distribution point for the
source code.
Updates
V1.0 (21 April 1998)
V1.01 (4 January 1999)
- Minor update to the documentation.
- Provision of a VC 5 workspace file now as
standard.
- UNICODE enabled all the code.
- IPENUM now uses MFC DLL and C Runtime DLL's
instead of statically linking. This means that the IPENUM executable requires these files
to be installed. If you haven't already got the MFC
DLLs on your machine (MFC42.DLL in your Windows system directory), then grab
them from http://www.naughter.com/download/vcredist.exe