home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / CLIPPER / NFPAD1 / PAT1.DOC < prev   
Text File  |  1993-12-01  |  1KB  |  34 lines

  1. ------------------------------------------------
  2. Nanforum Toolkit v2.0 Patch #1    8/23/91
  3. ------------------------------------------------
  4.  
  5. There's a bug in ORIGIN.ASM that causes garbage to come back from the
  6. function.  In order to fix it, just replace ORIGIN.ASM in your
  7. NFSRC.ZIP with the attached ORIGIN.ASM (if you downloaded the source
  8. code).
  9.  
  10. Then, you need a library utlitity (LIB.EXE comes with many versions
  11. of DOS, and with most compilers).  If you know what to do, simply
  12. replace the ORIGIN.OBJ module with the new one that is included in
  13. this patch file.  
  14.  
  15. The procedure, for those not sure:
  16.  
  17. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  18.  
  19. 2.  Change to the directory where NANFOR.LIB is located.
  20.  
  21. 3.  Put ORIGIN.OBJ in the same directory as NANFOR.LIB.
  22.  
  23. 4.  Type
  24.         
  25.          LIB NANFOR -+ ORIGIN;
  26.  
  27. That should do it.  
  28.  
  29. Remember to report all strange stuff in Section 5 on Nanforum! If you
  30. have any problems, please contact me so I can help you get them
  31. fixed.
  32.  
  33. Glenn Scott [71620,1521]
  34.