home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / nfpat8.zip / PAT8.DOC < prev    next >
Text File  |  1993-07-16  |  2KB  |  55 lines

  1. --------------------------------------------------------------------
  2. Nanforum Toolkit v2.1 Patch #8    7/13/93
  3. --------------------------------------------------------------------
  4.  
  5. The following functions:
  6.  
  7.     FT_CTRL()
  8.         FT_ALT()
  9.         FT_NUMLOCK()
  10.         FT_CAPLOCK()
  11.         FT_SHIFT()
  12.     FT_ISPRINT()
  13.  
  14. have been modified in order to support both real mode and protected
  15. mode (i.e., the ExoSpace (tm) DOS Extender package from
  16. SofDesign International).
  17.  
  18. This patch enables these functions to work whether you
  19. have ExoSpace or not.  
  20.  
  21. To apply the patch, just replace CTRL.C, ALT.C, NUMLOCK.C, 
  22. CAPLOCK.C, and SHIFT.C, and ISPRINT.ASM in your NFSRC.ZIP
  23. with the attached *.C files (if you downloaded the source code).
  24.  
  25. Then, you need a library utlitity (LIB.EXE comes with many versions
  26. of DOS, and with most compilers, and can be downloaded from the MSL
  27. forum on CompuServe as S12776.ARC).  If you know what to do, simply
  28. replace the appropriate .OBJ modules with the new ones that are
  29. included in this patch file.  
  30.  
  31. The procedure, for those not sure:
  32.  
  33. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  34.  
  35. 2.  Change to the directory where NANFOR.LIB is located.
  36.  
  37. 3.  Put *.OBJ in the same directory as NANFOR.LIB.
  38.  
  39. 4.  Type
  40.         
  41.     LIB NANFOR -+ CTRL;
  42.     LIB NANFOR -+ ALT;
  43.     LIB NANFOR -+ CAPLOCK;
  44.     LIB NANFOR -+ NUMLOCK;
  45.     LIB NANFOR -+ SHIFT;
  46.      LIB NANFOR -+ ISPRINT;
  47.  
  48. That should do it.  
  49.  
  50. Remember to report all strange stuff in Section 5 on the
  51. CompuServe CLIPPER forum! If you have any problems, please
  52. contact me so I can help you get them fixed.
  53.  
  54. Glenn Scott [71620,1521]
  55.