CIcmp MFC/VisualC++ Class

Useage
To use this class,
- Copy the files Icmp.cpp, Icmp.h and Icmp.rc
to the same directory as your project;
- Include Icmp.cpp and Icmp.rc in your project. This will cause
an error notification that only one .rc file can be active...ignore it,
the following steps will fix it;
- Open the file Icmp.rc, select the string table, and highlight all of the
messages;
- Copy the resource strings to the clipboard (copy button);
- Open the projects' string table and paste
the strings into the next available slot (paste button);
- Close both string tables and remove (delete) the
file Icmp.rc from your project;
- Add Icmp.h to any modules in which you make reference to CIcmp
or one
of its' methods or variables. This will normally take the form of
in the header files in which the CIcmp object is declared.

Copyright (c) 1997,1998. EarthWalk Designs.
Direct all inquiries to:Jay Wheeler
at EarthWalkDesigns.com