
This program processes visual basic source code to add run-time handling
to a project.  It is done right before you ship, because the code becomes
extremely unreadable after processing.  You should modify Error.bas
to your liking and add it to your project.

It will process all the .BAS and .FRM files in the current directory.
They need to be saved as text files, of course.  If you forget and
leave a file as binary, it will screw up that file.  Always process
a copy of your source.

All source code is included and there is no guarantee that any of this
will even compile, let alone work correctly.

_/eff lorenzini

