-------------------------
LibDump 2.0 -- Readme.txt
-------------------------

http://gpoulose.com/
gp@gpoulose.com

--------
CONTENTS
--------

1. LIBDUMP
2. SYSTEM REQUIREMENTS
3. FILELIST AND UNINSTALL INFORMATION
4. COMMENTS AND BUG REPORT
5. LICENSE INFO
6. REFERENCES

----------
1. LIBDUMP
----------

LibDump is a Win32 and COM utility tool. It lets you display the content of
library files [Common Object File Format (COFF)-formats] and COM type libraries.
The tool also lets you scan for a particular symbol across multiple .LIB files
or COM type libraries (.tlb;.olb;.dll;.ocx;.exe).

----------------------
2. SYSTEM REQUIREMENTS
----------------------

Windows 2000 or later

-------------------------------------
3. FILELIST AND UNINSTALL INFORMATION
-------------------------------------

Default "Unzip To Folder"
-------------------------
C:\Tools\LibDump

File name, Version, File date, and Size
---------------------------------------
LibDump.EXE, 2.0.1.2, 07/07/2003, 484 KB
MSVCRT.DLL, 6.0.8397.0, 02/02/1999, 261 KB
ReadMe.txt, 3 KB

Uninstall Information
---------------------
a. Run ..\LibDump\LibDump.EXE using the command line option -Unregister
b. Delete ..\LibDump.

--------------------------
4. COMMENTS AND BUG REPORT
--------------------------

If you have any comments, please send it to gp@gpoulose.com. If you are
reporting a bug, please include a repro.

---------------
5. LICENSE INFO
---------------

Freeware.

-------------
6. REFERENCES
-------------

1. Matt Pietrek, Under the Hood, MSJ April 1998.
   (http://www.microsoft.com/msj/0498/hood0498.htm);

2. Charlie Kindel et al., OLEVIEW: ActiveX Object Viewer.
   (http://msdn.microsoft.com/library/devprods/vs6/visualc/vcsample/_sample_mfc_oleview.htm); and

3. Matt Pietrek, Improve Your Debugging by Generating Symbols from COM Type Libraries, MSJ March 1999.
   (http://msdn.microsoft.com/library/periodic/period99/comtype.htm).

// __End_