disable the unrecognized nls flag
[AROS-Contrib.git] / regina / README.W64
blob08263b001c53df0b040e85fa33cc3ec61cdfe03a
1                         Regina for Windows 2k/XP/Vista 64 bit
3 This distribution contains 64 bit executables of the Regina Rexx interpreter
4 for Windows 2k/XP/Vista, and some sample programs, most of which are designed to test
5 new features of this interpreter.
7 Regina is distributed under the GNU Library General Public Licence.
8 See COPYING-LIB for details.
10 The files in this archive are:
12 README             - this file
13 README.3x          - readme files for 3.x releases of Regina
14 README_SAFE        - details on using Regina is "safe" mode
15 COPYING-LIB        - GNU Library General Public Licence
16 file_id.diz        - Description file for BBS use
17 regina.exe         - 64bit Regina Rexx interpreter executable
18 regina.dll         - 64bit Regina Rexx interpreter dynamic library
19 regina.lib         - Import library for Visual C++
20 rexx.lib           - Static library for Visual C++
21 rexx.exe           - Regina executable - does not require regina.dll
22 rexxsaa.h          - Header file for access to regina.dll
23 regutil.dll        - 64bit Regutil dynamic library
24 test1.dll          - Sample external function packages; used by dynfunc.rexx
25 test2.dll            demo Rexx program
26 demo\*.rexx        - Sample Rexx programs
27 nls\*.mtb          - Native Language message files
29 The remainder of this section is relevant only if you are not installing
30 Regina via the self-extracing installation.
32 Installation is simply a matter of copying the regina.exe and regina.dll
33 files into a directory specified in your PATH environment variable.
35 If you want to have Regina error messages displayed in you native
36 language, set the environment variable; REGINA_LANG to the two-character
37 language abbreviation (the first two chracters of a file in the NLS
38 directory), and set REGINA_LANG_DIR to the directory containing the
39 *.mtb files.
41 If you wish to be able to run Rexx programs automatically, ie without
42 specifying the regina.exe or the file extension, then run the following
43 Windows commands from a command prompt: (you only need to do this once)
45 C:\> ftype Regina=c:\regina\regina.exe "%1" %*
46 C:\> assoc .rexx=Regina
47 C:\> set PATHEXT=%PATHEXT%;.rexx
49 The above commands assume that regina.exe is in c:\regina and that you
50 only want to execute Rexx programs that have an extension of .rexx.
51 Add another ASSOC command to associate files with other extensions.
53 You will probably want to set the PATHEXT variable in the Environment
54 section of the System Control Panel applet.
56 Regina Resources
57 ================
58 For more information on Regina, visit the Regina Home page at
59 http://regina-rexx.sf.net
62 If building Regina from source, always unzip the source to convert the
63 Unix end of line characters to Win64 carriage return/end of line characters.
64 With InfoZip, this is "unzip -a".
66 Cheers, Mark.
67 ------------------------------------------------------------------------
68 * Mark Hessling,  mark@rexx.org  http://www.rexx.org/
69 * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
70 * Maintainer of Regina Rexx interpreter and Rexx/Tk
71 * Use Rexx? join the Rexx Language Association: http://www.rexxla.org/
72 ------------------------------------------------------------------------