4 This file contains 32 bit executables of the Regina Rexx interpreter for
5 DOS with a DPMI memory manager, and some sample programs, most of which
6 are designed to test new features of this interpreter.
8 This port of Regina is for use in DOS where a DPMI memory manager is
9 available. Typically, a DPMI memory manager is provided by the DOS
10 Window of OS/2 and NT.
12 Regina is distributed under the GNU Library General Public Licence.
13 See COPYING-LIB for details.
15 The files in this archive are:
18 README.3x - readme files for 3.x releases of Regina
19 COPYING-LIB - GNU Library General Public Licence
20 file_id.diz - Description file for BBS use
21 rexx.exe - 32bit Regina Rexx interpreter executable
22 rxstack.exe - 32bit Regina Stack server
23 rxqueue.exe - 32bit Regina Stack client
24 libregin.a - Regina library
25 rexxsaa.h - Header file for access to libregna.a
26 demo\*.rex - Sample Rexx programs
27 nls\*.mtb - Native Language message files
29 Installation is simply a matter of copying the rexx.exe
30 files into a directory specified in your PATH environment variable.
32 If you want to have Regina error messages displayed in you native
33 language, set the environment variable; REGINA_LANG to the two-character
34 language abbreviation (the first two chracters of a file in the NLS
35 directory), and set REGINA_LANG_DIR to the directory containing the
38 This port was built with the WATTCP-32 package, which provides access to
39 a DOS TCP/IP stack. To use the external queue interface of Regina, you
40 need to install an appropriate packet driver for your network card.
41 As a result, this port of Regina cannot access external data queues when
42 run from inside the DOS box under OS/2 or NT, because packet drivers do
43 not run in these environments.
46 ------------------------------------------------------------------------
47 * Mark Hessling, mark@rexx.org http://www.rexx.org/
48 * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
49 * Maintainer of Regina Rexx interpreter and Rexx/Tk
50 * Use Rexx? join the Rexx Language Association: http://www.rexxla.org/
51 ------------------------------------------------------------------------