Cross-Platform Version of Pat Adam's Pro2Error Program
======================================================

Copyright Pat Adams (see code for licensing details)

Dialog generator program and error viewing utility
copyright Nancy Jacobsen, 1993

Description:

FP25CPER.PRG is a cross-platform version of Pat Adam's DOS and Windows 
error handling proram. It works for DOS, Windows and Mac so you only 
one error handler for all three platforms.

Note: FP25CPER was modified to handle errors on the Mac by Nancy 
Jacobsen and Tamar Granor, but neither of them spent a lot of time on 
it. Mac people are encouraged to help complete the Mac error handling 
by communicating with either Nancy or Tamar on CompuServe.

At the beginning of the code, you can find instructions for using
the program. In addition to making changes in the SYSDATA file, you
will want to modify the dialog window title (which appears in FoxPro/
Windows only) to a title specific to your application (see the BugBox 
procedure at the end of the file).

To run the viewer utility, DO PRO_TEST. There are no instructions <g>.
Select a module to view from the list and choose Run Module. 

Files:

  FP25CPER.ZIP -- Contains the following:

  FP25CPER.PRG -- Error trapping program
  
  CAUTION .PIC -- Mac icons for dialogs. 
  QMARK   .PIC -- 
  STOP    .PIC -- 

  CAUTION.BMP  -- Windows icons for dialogs.
  INFO.BMP     --
  FIREBOX.BMP  --
  QMARK.BMP    --
  STOP.BMP     --
  TOILET.BMP   --
  
  SYSDATA .DBF -- Data files used by the program
  FPWERROR.DBF --
  FPWERROR.FPT --
  
  PRO_TEST.APP -- This is a utility for viewing the
  PRO_TEST.PJX -- error messages in FP25CPER.
  PRO_TEST.PJT --
  PRO_TEST.SCX -- This application is cross-platform
  PRO_TEST.SCT -- DOS/Windows/Mac.
  PRO_TEST.SPR --
  MARBLE3 .BMP --
  
