HOW TO INSTALL

VB Error Catcher is a Visual Basic addin: 
you must add it your Add-Ins Toolbar.
To do this, In the VB5/6 menu click on:
Add-Ins->Add-In Manager, then check the "VB Addins Toolbar" item.
From the Addins Toolbar click on the "+/-" icon, then push the "BROWSE" button 
to add the VBErrorCatcher.exe addin file (you will find it in the same location 
as this "readme").

HOW TO USE IT

1) Load a VB project (you can youse the Sample1.vbp in the Samples subdirectory).
2) Click on the VB Error Catcher Addin Icon in the "VB Addins Toolbar".
3) Push the GO!! button.
   Notice that you should obtain the more benefits from VB Error Catcher 
   using the default settings
   (Work on Active Project, Insert Error Handlers,Build project)
4) VB Error Catcher Inserts Line Numbers and Error Handlers in your project,
   and saves all the project files in a sub-directory of the original with name "BUILD n", 
   where n is a counter, so you can track all of your builds. 
   The original files are not modified. For your convenience, You should continue to work 
   with your original files and use the modified files only to see what lines are related 
   to run-time problems reported by your customers (they will tell you all the relevant 
   information about the error, including the line number, so it will be easy for you 
   to quickly fix it).
   It also compiles your project and produces the .exe, .dll or whatever file.

HOW TO USE THE SAMPLE

   Load the project Samples\Sample1.vbp and read the text in the form.
   This will help you to get started with VB Error Catcher.
   
   Feel free to contact me if you have questions or suggestions.
   Regards.

							Andrea Maldini
							amaldini@engineering.it
