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 >
Text File  |  1995-06-30  |  1KB  |  47 lines

  1. BUG REPORTS
  2.  
  3. Bug reports about the Win32 version should be mailed to
  4. brian@ataman.com.  PLEASE PROVIDE THE SMALLEST POSSIBLE
  5. SEGEMENT OF REXX CODE THAT REPRODUCES A PROBLEM.
  6.  
  7.  
  8. STATUS
  9. This port has been through beta testing under Windows NT -- see
  10. the w32-Rexx.doc file for a list of known limitations.
  11. At the time of this writing Windows 95 is still in beta.
  12. While this port seem to be working under the current Windows 95 beta,
  13. testing there has been minimal.
  14.  
  15.  
  16. BUILDING
  17.  
  18. The src directory contains a Microsoft Visual C++ 2.1 win32.mak
  19. makefile that uses the Win32 SDK style of make.  It creates a file
  20. called rexx.exe.
  21.  
  22. For a build with debug:
  23.  
  24.     nmake /f win32.mak
  25.  
  26. For an optimized build:
  27.  
  28.     nmake /f win32.mak nodebug=1
  29.  
  30.  
  31. TESTING
  32.  
  33. The trip.w32 directory contains the test suite for use under Win32.
  34. See the file README.TXT in that directory for further details.
  35.  
  36.  
  37. TODO
  38.  
  39. If you want to contribute, here's a list of things that need done:
  40.  
  41. Put in loading of NT DLL's in a manner similar to what is
  42. done for SunOS, et. al.  (Search source for: DYNAMIC.)
  43.  
  44. If you look in src/makefile, you'll see that Regina can be used
  45. as an embedded interpreter.  Creating a separate MSVC++ project
  46. that handles this would be nice.
  47.