home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Windows 95 Special 1
/
WINDOWS95_1.ISO
/
utils
/
w32-rex
/
regina
/
srccode
/
readme.w32
< prev
next >
Wrap
Text File
|
1995-06-30
|
1KB
|
47 lines
BUG REPORTS
Bug reports about the Win32 version should be mailed to
brian@ataman.com. PLEASE PROVIDE THE SMALLEST POSSIBLE
SEGEMENT OF REXX CODE THAT REPRODUCES A PROBLEM.
STATUS
This port has been through beta testing under Windows NT -- see
the w32-Rexx.doc file for a list of known limitations.
At the time of this writing Windows 95 is still in beta.
While this port seem to be working under the current Windows 95 beta,
testing there has been minimal.
BUILDING
The src directory contains a Microsoft Visual C++ 2.1 win32.mak
makefile that uses the Win32 SDK style of make. It creates a file
called rexx.exe.
For a build with debug:
nmake /f win32.mak
For an optimized build:
nmake /f win32.mak nodebug=1
TESTING
The trip.w32 directory contains the test suite for use under Win32.
See the file README.TXT in that directory for further details.
TODO
If you want to contribute, here's a list of things that need done:
Put in loading of NT DLL's in a manner similar to what is
done for SunOS, et. al. (Search source for: DYNAMIC.)
If you look in src/makefile, you'll see that Regina can be used
as an embedded interpreter. Creating a separate MSVC++ project
that handles this would be nice.