To use the Paradox Engine 3.01 maintenance release you will need to
replace the old Engine 3.00 library or unit with the corresponding
new library or unit.  If you are using the C Paradox Engine you will
need to modify the PXENGINE.H header file.  The #define
InternalVersion should be changed to: 

        #define InternalVersion  0x03000013L

This is the only change you will need to make to the C Paradox Engine
3.00 PXENGINE.H header file.

These Engine Libraries may be found in the following locations.


   PXEng Libraries    Names of CIS Files


               CIS Library 3

For DOS
   PXENGTCL.LIB       PXTCL.ZIP
   PXENGMSL.LIB       PXMSL.ZIP
   
For Windows
   PXENGWIN.DLL       PXWIN.ZIP
   PXENGWIN.LIB          "

For DOS and Windows
   PXENGTCL.LIB       PXALL.ZIP
   PXENGMSL.LIB          "
   PXENGWIN.DLL          "
   PXENGWIN.LIB          "



               CIS Library 2

All Pascal Units      PXE3M.ZIP



Note that this will give you all 3.01 bug fixes with the exception of
using the Database Frameworks in a DLL.  We are unable to make this fix
available on CIS since it would require us to post the DBF source code.

