Readme file for ProtoGen 2.2 and PVUPDATE.ZIP
---------------------------------------------

This file contains information on how to proplerly use 
pvupdate.zip and the DLL's therein.

To use the new DLL's :

1. unzip pvupdate.zip using UNZIP.EXE (located in the \BIN 
   directory of your Borland product).

	unzip -x pvupdate.zip

2. copy the two compressed DLL's (pv.dl$ and pvwrklib.dl$) 
   to your ProtoGen 2.2 install disk.

3. delete ALL files and directories that ProtoGen previously
   installed.  (Unexpected results may occur if ALL the files 
   are not deleted before re-installation!)

4. place your ProtoGen 2.2 install disk in drive A or B and 
   install

	File|Run--> setup.exe

5. You now have the new DLL's installed, and ProtoGen is ready 
   to run!

LINKER NOTES
------------

	There is one change that must be made to the Project file
that ProtoGen generates.  When you attempt to compile and link 
your project, you must change the Linker options.  The following 
will explain the steps that must be taken to successfully link 
program:

1. in the IDE, choose:
	
	Option|Linker|Libraries...

2. set Container class Libraries, ObjectWindows Libraries, and 
   Standard Run-time Libraries to STATIC.  Following this, choose
   Options|Save and save these settings for the project.

	Now you are ready to compile and link your files.  Choose 
Compile|Build all.

Happy Progamming!!