
README for DBWIN32
------------------

When I started programming with Visual C++ v4.0, I missed one of my favorite
tools -- DBWIN.  Finding the code for a simple debug trace utility, DBMON,
on MSDN was a step in the right direction, but it is a console application
and thus has limited features and extensibility.  DBWIN32 is my creation
to solve this problem.

The code is essentially a merging of a stripped down version of the DBWIN code 
from VC 1.5 and DBMON.C with a few 32 bit changes.

Currently, DBWIN32 only works under NT  (not Win95) and has not been tested 
with any compiler other than VC4.  I will be working on Win95 compatibility 
and welcome any suggestions in this area.

If you have questions, problems or suggestions about DBWIN32, I welcome your
feedback and plan to actively maintain the code.

               
Andrew Tucker
ast@halcyon.com


Date        Description
----        -----------
3/4/96      initial release of v1.0