1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Regina 0.08h
for DOS/VCPI
16 Sep 1999
This file contains 32 bit executables of the Regina Rexx interpreter for
DOS/VCPI, and some sample programs, most of which are designed to test
new features of this interpreter.
This port of Regina is for use in DOS where a VCPI memory manager is
available; EMM386.SYS usually provides this. This port will also
work with RSX.
Regina is distributed under the GNU Library General Public Licence.
See COPYING-LIB for details.
The files in this archive are:
README - this file
README.08x - readme files for 0.08 release of Regina
COPYING-LIB - GNU Library General Public Licence
file_id.diz - Description file for BBS use
rexx.exe - 32bit Regina Rexx interpreter executable
regina.a - Regina library
rexxsaa.h - Header file for access to regina.a
demo\*.rex - Sample Rexx programs
Installation is simply a matter of copying the rexx.exe file into
a directory specified in your PATH environment variable.
You also need the EMX 09c runtime distribution; emxrt.zip. This file
provides emx.exe, the only file from emxrt.exe that Regina requires.
See the README file in emxrt.zip for details on setting up the EMX
runtime. You MUST also set the environment variable; EMXOPT as follows
before running Regina:
SET EMXOPT=-p
Please report any bugs with this release of Regina to me, NOT to Anders.
Most likely the bugs are of my origin, so I will attempt to fix them.
As with previous bugs fixed by me, I will pass these fixes on to Anders.
Cheers, Mark.
------------------------------------------------------------------------
Mark Hessling Email: M.Hessling@qut.edu.au
PO Box 203 http://www.lightlink.com/hessling/
Bellara AUTHOR of | MAINTAINER of
QLD 4507 THE | PDCurses
Australia Rexx/SQL | Regina
Member of RexxLA: http://www.rexxla.org/
------------------------------------------------------------------------
|