home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phome106.zip / REXXSOM.TXT < prev    next >
Text File  |  1996-10-02  |  2KB  |  57 lines

  1.             REXX & SOM fixes for OS/2 Warp Version 3
  2.                          Sept. 29, 1996
  3.  
  4. REXXSOM.ZIP contains:
  5.  
  6.  8-15-96   1:11p    261871   REXX.DLL
  7. 10-31-94   7:31p     33415   REXXAPI.DLL
  8. 10-31-94   7:31p      1484   REXXINIT.DLL
  9. 10-31-94   7:32p     30315   REXXUTIL.DLL
  10.  7-30-96   9:23p    133593   SOM.DLL
  11.  
  12. It can be downloaded via anonymous FTP from ftp.cfsrexx.com and
  13. is located in /pub/rexxsom.zip. It can also be accessed with Web
  14. browser at http://www.cfsrexx.com on the REXX-related files page. 
  15.  
  16. The new DLLs (REXX.DLL & SOM.DLL) fix all of the known problems
  17. with VX-REXX on OS/2 Warp Version 3 including:
  18.  
  19. 1)   SYS3175 when exiting a VRXEDIT session as well as other
  20.      SYS3175 traps in a VX-REXX environment.
  21.  
  22. 2)   Spin button events not being passed back to a VX-REXX
  23.      program.
  24.  
  25. 3)   The VRCREATE() function hanging for no discernable reason.
  26.  
  27. The older REXX-related DLLs are included in the event that you
  28. have applied FixPaks which installed incompatible REXX DLLs and
  29. the group of DLLs included here have been tested together.
  30.  
  31. The two new DLLs (REXX.DLL & SOM.DLL) will be included in IBM's
  32. FixPaks beginning with FixPak 25, though there is no assurance
  33. that FixPak 25 will be a public FixPak. These same fixes are
  34. included in the Warp Version 4 (a.k.a. Merlin) GA code.
  35.  
  36. The enclosed DLLs will have to be installed from a command line
  37. without the Workplace Shell being active. To accomplish this, re-IPL (re-boot) to an OS/2 command line. You get there by <Alt-F1>
  38. while the white rectangle is displayed on the top left corner of
  39. your screen and selecting <C> - command line. You can then enter
  40. the following commands (or create a procedural .CMD file - not
  41. REXX):
  42.  
  43.      cd \os2\dll
  44.      rename rexx*.dll rexx*.bak
  45.      copy ?\rexx*.dll
  46.      rename som.dll som.bak
  47.      copy ?\som.dll
  48.  
  49. where ? is the path where you unzipped REXXSOM.ZIP.
  50.  
  51. Dick Goran
  52. dgoran@cfsrexx.com
  53. http://www.cfsrexx.com
  54.  
  55. P.S. I have been running with these DLLs installed since mid-August with no negative effects. However, as always, be sure
  56.      you have adequate backup of your original DLLs before
  57.      activating these.