home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / CLIPPER / NFPAT9 / PAT9.DOC < prev   
Text File  |  1993-08-17  |  1KB  |  37 lines

  1. --------------------------------------------------------------------
  2. Nanforum Toolkit v2.1 Patch #9  8/17/93
  3. --------------------------------------------------------------------
  4.  
  5. Ted Means modified FT_ADAPTER() so it will work in both real and 
  6. protected mode (e.g., with ExoSpace (tm) from SofDesign, Int'l.)
  7. You can apply this patch whether or not you intend to use ExoSpace
  8. (or any other DOS Extender for Clipper).
  9.  
  10. To apply the patch, just replace ADAPTER.ASM in your NFSRC.ZIP with
  11. the attached ADAPTER.ASM (if you downloaded the source code).
  12.  
  13. Then, you need a library utlitity (LIB.EXE comes with many versions
  14. of DOS, and with most compilers, and can be downloaded from the MSL
  15. forum on CompuServe as S12776.ARC).  If you know what to do, simply
  16. replace the ADAPTER.OBJ module with the new one that is included in
  17. this patch file.  
  18.  
  19. The procedure, for those not sure:
  20.  
  21. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  22.  
  23. 2.  Change to the directory where NANFOR.LIB is located.
  24.  
  25. 3.  Put MENUTO.OBJ in the same directory as NANFOR.LIB.
  26.  
  27. 4.  Type
  28.         
  29.          LIB NANFOR -+ ADAPTER;
  30.  
  31. That should do it.  
  32.  
  33. Remember to report all bugs in Section 5 of the CLIPPER forum! If
  34. you have any problems, please contact me.
  35.  
  36. Glenn Scott [71620,1521]
  37.