2/94

This file contains error parsers for additional compilers.
Support is currently provided for the following:

   Assembly
   
   2500AD 8051 Assembler        17 Dec 93 - bug fix for filename search
   Archimedes Asm51             30 Sep 93 - code streamlined
   Archimedes C-51              27 Jul 93 - original issue
   Asm56 DSP Assembler          8  Apr 93 - memory leak repaired
   Asm96 Cross Assembler        27 Sep 93 - original issue
   Avocet 68HC05 Assembler      3  Jun 93 - original issue
   Zilog Z8 Cross Assembler     2  Jul 93 - support added for Avocet
   
   C
   
   Cross Code C                 17 Dec 93 - original issue
   iC-96                        27 Sep 93 - enhanced
   Intel C386                   15 Jul 93 - original issue
   Microtec C                   2  Mar 93 - original issue
   PC Lint C source checker     19 Oct 93 - original issue
   Parity VLC                   8  Apr 93 - original issue
   Sierra 68000 C               8  Apr 93 - original issue
   Watcom C                     2  Jul 93 - original issue
   Whitesmith 68HC11 C          8  Apr 93 - original issue
   Whitesmiths C                2  Mar 93 - original issue
   
   COBOL
   
   AcuCobol                     2  Mar 93 - original issue
   Liant RM/COBOL 85            30 Sep 93 - code streamlined
   Microsoft Cobol 5.0          30 Sep 93 - code streamlined
   UNI-Bench Cobol Checker      21 Dec 93 - original issue
   
   Other Languages
   
   Thompson AWK                 30 Nov 93 - original issue
   MapInfo Basic Compiler       24 Aug 93 - original issue
   CFW                          3  Jun 93 - original issue
   SGI FORTRAN77                14 Feb 94 - original issue
   ObjectView                   2  Mar 93 - original issue
   PL/M-96 Compiler             1  Dec 93 - bug fix for .LST problem
   PL/M-51 Compiler             1  Dec 93 - original issue
   Oracle SQL Precompiler       23 Aug 93 - original issue
   Task Tools Compiler          21 Dec 93 - original issue from ATI Unicam
   VHDL, Model Technologies     1  Dec 93 - original issue
   
   Other Utilities
   
   Lnk56 DSP Linker             8  Apr 93 - memory leak repaired
   Microsoft Link               1  Dec 93 - replacement for built-in
   Borland Make                 30 Sep 93 - original issue

   
Other compilers may be added from time to time; check our BBS or our
section Compuserve WinApA forum (GO PREMIA) for the latest copy
of this file.

To add in the support for all of the listed compilers, copy the
ERRPARSE.DLL into the directory in which Codewright is installed, and
add the following line to the [Editor] section of your CWRIGHT.INI
file:

    LibPreload=errparse.dll

This will load the DLL when Codewright is invoked and place these names
on the list of available error parsers.  You can get to this list by
selecting the Utility|Options dialog and clicking on the Setup button.
Use the combo box to select your compiler from among those listed.

If you're using a compiler that outputs error messages in a listing
file, specify the listing file as the error file in your Project
Configuration (for Version 3) or Utility Options (for Version 2).
In this case, be sure to UNcheck the "Capture Output" checkbox.

The code in ERRPARSE.C may be used as a guide to implementing other
error parsers.  A makefile and other components for rebuilding it are
included.
