home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / library / clipper / patches / pat6.doc < prev    next >
Encoding:
Text File  |  1991-11-18  |  1.4 KB  |  44 lines

  1. ---------------------------------------------------------------------
  2. Nanforum Toolkit v2.0 Patch #6    11/18/91
  3. ---------------------------------------------------------------------
  4.  
  5. Mike Taylor fixed a bug in the DISPC.C memory allocation code that
  6. resulted in various intermittent internal errors, as reported by
  7. users.  This DISPC.C code is the core software for the FT_DISPFILE()
  8. function.
  9.  
  10. This patch was tested by a number of the users that had difficulties
  11. and it seems to have cured the problem.
  12.  
  13. In order to update your library, just replace DISPC.C in your
  14. NFSRC.ZIP with the attached DISPC.C (if you downloaded the source
  15. code).
  16.  
  17. Then, you need a library utlitity (LIB.EXE comes with many versions
  18. of DOS, and with most compilers).  If you know what to do, simply
  19. replace the .OBJ module with the new one that is included in
  20. this patch file.  
  21.  
  22. If you don't have a LIB utility, you can find one by going to the MSL 
  23. forum on CompuServe and downloading S12776.ARC.
  24.  
  25. The procedure, for those not sure:
  26.  
  27. 1.  Make a safe copy of NANFOR.LIB as a backup.
  28.  
  29. 2.  Change to the directory where NANFOR.LIB is located.
  30.  
  31. 3.  Put DISPC.OBJ in the same directory as NANFOR.LIB.
  32.  
  33. 4.  Type
  34.         
  35.          LIB NANFOR -+ DISPC;
  36.  
  37. That should do it.  
  38.  
  39. Remember to report all strange stuff in Section 5 on Nanforum! If you
  40. have any problems, please contact me so I can help you get them
  41. fixed.
  42.  
  43. Glenn Scott [71620,1521]
  44.