Instructions for using CppUnitLite with MS VC++
-----------------------------------------------

Extract all the files into a directory (c:\Tools\CppUnitLite)
Open the CppUnitLite.dsw workspace
Build it
Run the Acceaptance Tests (At.bat)


If you are not using VC++
-------------------------

Build a library containing CppUnitLite
Build the main and link it to the library
Run it
verify output


Memory Leak Detection
---------------------

This release of CppUnitLite has memory leak detection when used under VC++.  Thisi is a very helpful feature.  If you are not using VC++ t is wortht he effort to figure out how to get memory leak detection in your execution environment.


