home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pbc21fix.zip / PBC21FIX.TXT < prev    next >
Text File  |  1993-02-27  |  2KB  |  48 lines

  1.       PBC21FIX  Copyright (c) 1993  Thomas G. Hanlin III
  2.  
  3.  
  4.  
  5. These files consist of a set of fixes for a few problems that
  6. appear in PBClone 2.1.  Like PBClone, these files are protected
  7. by copyright.  You may distribute them only under the following
  8. conditions:
  9.  
  10.    All PBC21FIX files must be distributed together as a unit.
  11.    No files may be altered, added, or deleted from this unit.
  12.  
  13. The new PBCLONE.INF file removes a redundant DECLARE and
  14. provide corrected DECLAREs for ScrRest and ScrSave.  Use it in
  15. place of the PBCLONE.INF file which came with PBClone 2.1.
  16.  
  17. There was an error in FileCopy which affected copies where the
  18. source or target filespecs were in a root directory.  The fixed
  19. FILECOPY.BAS is enclosed.  Use it in place of the FILECOPY.BAS
  20. which came with PBClone 2.1.
  21.  
  22. There were errors in ARC00 (used by the Archive routines),
  23. CopyFile, and DXQPrint.  These are assembly language routines.
  24. I have enclosed both near and far string versions of the fixed
  25. modules, in the P$NEAR and P$FAR archives, respectively.  You
  26. will need to update your PBClone 2.1 libraries accordingly.
  27.  
  28. First, extract the .OBJs from the P$NEAR archive.  Use LIB to
  29. update the PBC$NEAR.LIB library from PBClone 2.1 with the new
  30. files:
  31.  
  32.    LIB PBC$NEAR-+ARC00-+COPYFILE-+DXQPRINT;
  33.  
  34. Second, extract the .OBJs from the P$FAR archive, and use LIB
  35. to update the PBC$FAR.LIB library with the new files:
  36.  
  37.    LIB PBC$FAR-+ARC00-+COPYFILE-+DXQPRINT;
  38.  
  39. This will give you a corrected version of PBClone.  If you have
  40. used any of the routines mentioned, make sure to rebuild all
  41. any derivative libraries which may be affected.
  42.  
  43. Please note that you may NOT distribute an altered version of
  44. PBClone.  These updates will be incorporated into the next
  45. release of the library.  Until that release, PBC21FIX must be
  46. distributed as a separate unit.
  47.  
  48.