home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / POWBASIC / LIBRARY2 / PATCH2.ZIP / PATCH2.DOC next >
Text File  |  1990-04-20  |  2KB  |  39 lines

  1.  
  2.                   PowerBASIC Patch Documentation
  3.                   ==============================
  4.  
  5. 4/20/90  ---  PowerBASIC patch2 data file:  PB042090.PAT
  6.  
  7. This patch data file is to be used in conjunction with the PowerBASIC
  8. patch programming utility (PBPATCH.EXE), which is distributed with the 
  9. patch1 data file: PB033090.PAT.  Instructions for usage are included there.
  10.  
  11. This is a beta test copy of PowerBASIC Patch2.  Please return any comments
  12. as soon as possible.  Thanks!
  13.    Bob Zale  (76304,1303)
  14.  
  15. **************************************************************************
  16.  
  17. This patch data file is designed to modify only Rev. #2.00B of PowerBASIC,
  18. both PB.EXE and PBC.EXE.
  19.  
  20. It provides the following enhancements and/or corrects the following
  21. error conditions:
  22.  
  23. 1.  An incompatibility exists with certain .OBJ files, in particular,
  24. those created by the Microsoft Macro Assembler (MASM).  An attempt to
  25. $LINK them may generate error 507 - Invalid $LINK file.
  26.  
  27. 2.  Sound generation statements (SOUND/PLAY) may cause generation of a
  28. string/array memory corrupt error (error #242).  This may become 
  29. particularly noticeable during a CHAIN or RUN operation.
  30.  
  31. 3.  In emulated float mode, certain error conditions (notably divide by
  32. zero), may cause an incorrect error address (ERADR function) to be 
  33. calculated.  This in turn, may prevent RESUME <NEXT> from executing
  34. correctly.
  35.  
  36. 4.  Execution of a SHELL statement while a communications file is open
  37. may cause generation of a string/array memory corrupt errer (error #242).
  38.  
  39.