DECUS Essential Tools Collection, 1996 for OpenVMS Alpha and OpenVMS VAX (VS0174)


                   Copyright © 1994,1996, MadGoat Software.
                            All rights reserved.

CVTLIS converts .LIS files from the VMS Source Listings on CD back to the
appropriate source files.  The following file types are recognized:

	Language	Type		Output file type
	---------	----		----------------
	MACRO-32	(VAX)		.MAR
	AMACRO-32	(Alpha)		.MAR
	BLISS-32	(VAX)		.B32
	BLISS-32E	(Alpha)		.B32E
	BLISS-64	(Alpha)		.B64
	MACRO-64	(Alpha)		.M64
	VAX C		(VAX)		.C
	DEC C		(Alpha)		.C
	CDU		(VAX/Alpha)	.CLD
	MESSAGE		(VAX/Alpha)	.MSG
	PL/I		(VAX)		.PLI
	VAX Pascal	(VAX)		.PAS
	DEC Pascal	(VAX/Alpha)	.PAS
	SDL		(VAX/Alpha)	.SDL

CVTLIS is written in BLISS and will compile and run on both OpenVMS VAX and
OpenVMS Alpha.

CVTLIS is highly dependent on the .LIS format produced for the source
listings CDs.  Fortunately, most of the VMS programmers follow rigorous
source code formats, so this program will successfully convert most listing
files.

To build an executable, either execute @LINK.COM or go to the [.SOURCE]
subdirectory and rebuild it using MMK.

To use CVTLIS, define a foreign symbol to run the program and supply a .LIS
file name on the command line:

	$ cvtlis :== $dev:[dir]cvtlis.exe
	$ cvtlis [v61.dcl]recallsub.lis

--------------------------------------------------------------------------------
Files in this directory:

AAAREADME.DOC			This file
AAAREADME.TOO			Revision history
CVTLIS.ALPHA_OLB		CVTLIS library (Alpha)
CVTLIS.OLB			CVTLIS object library (VAX)
LINK.COM			Command procedure to link the executables

Files in [.SOURCE]:

CVTLIS.B32			BLISS source file for CVTLIS.
CVTLIS_MSG.MSG			MESSAGE source file for CVTLIS error messages.
DESCRIP.MMS			MMS/MMK description file for building CVTLIS.
FPARSE.B32			Routine to parse file specifications.

--------------------------------------------------------------------------------
CONTACTING THE AUTHOR

Comments, suggestions, and questions about this software can be directed to
the author at one of the following addresses:

Mail:	Hunter Goatley
	The LOKI Group, Inc.

E-mail:	goathunter@LOKI.COM

--------------------------------------------------------------------------------
MADGOAT SOFTWARE MAILING LISTS

MadGoat Software has set up the following mailing lists for discussions and
support of its products:

    Info-MadGoat@WKUVX1.WKU.EDU
        Discussion of MadGoat Software products by users and MadGoat
        developers.  To subscribe, send a message to:

                Info-MadGoat-Request@wkuvx1.wku.edu

        with the word SUBSCRIBE in the first line of the body of the
        message.

    MadGoat-Announce@WKUVX1.WKU.EDU
        Announcements of new releases and new products from MadGoat.
        To subscribe, send a message to:

                MadGoat-Announce-Request@wkuvx1.wku.edu

        with the word SUBSCRIBE in the first line of the body of the
        message.

    MadGoat-Bugs@WKUVX1.WKU.EDU
        Address for reporting bugs in MadGoat Software products.  Please
        include the name of the package and version in the subject header
        of the message, so the report can be more easily directed to the
        appropriate developer.

--------------------------------------------------------------------------------
COPYRIGHT NOTICE

This software is COPYRIGHT © 1994,1996, MADGOAT SOFTWARE. ALL RIGHTS RESERVED.
Permission is granted for not-for-profit redistribution, provided all source
and object code remain unchanged from the original distribution, and that
all copyright notices remain intact.

DISCLAIMER

This software is provided "AS IS".  The authors, MadGoat Software, and
The LOKI Group, Inc., make no representations or warranties with
respect to the software and specifically disclaim any implied
warranties of merchantability or fitness for any particular purpose.

Click on FTP to download from the FTP archives.
[FTP]