home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / n / n008 / 7.ddi / LUX / README.TXT < prev   
Encoding:
Text File  |  1993-05-28  |  1.9 KB  |  54 lines

  1. NetWare for SAA - LUx for DOS
  2. =============================
  3.  
  4. NetWare for SAA includes LUx API support for DOS.
  5.  
  6. The LUx API provides SNA communications for secondary dependent 
  7. logical units using the LU 0, LU 1, LU 2, and LU 3 protocols.
  8.  
  9.  
  10. Files                                Description
  11. -----                                -----------
  12. SYSTEM\NWSAA\LUX\DOS\CCSLOAD.EXE     LUx loader
  13. SYSTEM\NWSAA\LUX\DOS\LOADBASE.EXE    LUx loader TSR 
  14. SYSTEM\NWSAA\LUX\DOS\LUX.EXE         LUx API TSR
  15.  
  16. SYSTEM\NWSAA\LUX\DOS\LUX.LIB         LUx API Library (linked with 
  17.                                                       application)
  18.  
  19.  
  20. The EXEs provide LUx services to LUx applications.  They work together
  21. at the DOS Client to communicate with a host system.
  22.  
  23. The LUX library is used by the application developer to build LUx 
  24. applications.  It is not required at the DOS Client to run the 
  25. application.
  26.  
  27.  
  28. Running LUx
  29. -----------
  30. Prior to running an LUx DOS application, the LUX TSR may be loaded 
  31. via "CCSLOAD LUX".  Alternately, the application may be allowed to 
  32. load the TSR.  In either case, LUx dynamically links to the code 
  33. in the TSR when the application makes the initial load request.
  34.  
  35. The LUx TSR may be unloaded following the completion of LUx 
  36. applications via "CCSLOAD /U LUX".
  37.  
  38.  
  39. Developing LUx Applications
  40. ---------------------------
  41. An LUx application is linked with the Novell LUX.LIB when the 
  42. application is developed.  
  43.  
  44. The LUx Library provides the following LUx entry points:
  45.  
  46. SETUP_NWSAA - Setup APIs for loading, linking, and unloading software
  47. SVC_NWSAA   - Service APIs for Initializing and Terminating NetWare
  48.               for SAA LUx sessions, and for the Convert function.
  49. LUX_NWSAA   - LUx APIs
  50.               - Request-unit interface (RUI)
  51.               - Session-level interface (SLI)
  52.  
  53. Contact Novell, Inc. for more information on writing DOS LUx applications.
  54.