home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / pascal / ipxlib / readme.txt < prev    next >
Encoding:
Text File  |  1994-06-01  |  2.5 KB  |  65 lines

  1. ; README.TXT -- Directory of files for IPXLIB version 0.20
  2. ; by Allen Brunson  06/01/94
  3.  
  4.  
  5. Welcome to IPXLIB, a library for IPX communications, the native protocol of
  6. Novell's NetWare.  It is suggested that you first read NETWORK.TXT, an
  7. introduction to NetWare and IPX concepts as seen from a programmer's
  8. perspective.  Then check out IPXLIB.TXT, the main documentation for the
  9. library.  Finally, have a look at IPXTEST.TXT, an explanation and overview
  10. of the IPXLIB demo program, IPXTEST.
  11.  
  12. IPXLIB is currently in beta.  It will be finished in about two weeks.  I
  13. expect to sell the finished version for $50.00; the assembler source code
  14. will be available for $200.00.  I will give free copies of the finished
  15. program to four or five beta testers who provide thoughtful, useful feedback,
  16. bug reports, and so on.  Tech support will be provided by me, the author, on
  17. CIS, or via "snail mail."  Sorry, but phone calls are simply out of the
  18. question; it's too expensive for me to call people back (I'm seldom home at
  19. decent hours) and there just aren't enough hours in the day.
  20.  
  21. Please direct comments to my new CIS ID, 74464,3472, or leave a message in
  22. the Game Design section of the Gamers' Forum.  At this writing I'm sometimes
  23. using a different CIS ID than the one above, because my new one is currently
  24. "subject to some restrictions," to use CIS's terminology, and until they send
  25. me my "real" password, the account is unusable for anything but e-mail.
  26.  
  27. Allen Brunson
  28. 6500 East 21st, #2
  29. Wichita, Kansas  67206
  30.  
  31.  
  32. Documentation Files
  33. -------------------
  34.  
  35.    README.TXT  This file
  36.   NETWORK.TXT  Introduction to NetWare and IPX
  37.    IPXLIB.TXT  Main IPXLIB documentation
  38.   IPXTEST.TXT  IPXTEST documentation
  39.  
  40.  
  41. Files for IPXLIB
  42. ----------------
  43.  
  44.      IPXT.LIB  IPXLIB, Tiny memory model
  45.     IPXSC.LIB  IPXLIB, Small and Compact memory models
  46.     IPXML.LIB  IPXLIB, Medium and Large memory models
  47.      IPXH.LIB  IPXLIB, Huge memory model
  48.   IPXUTIL.C    Optional utility routines for managing IPX addresses
  49.    IPXCFG.H    Configuration defines for IPXLIB
  50.       IPX.H    IPXLIB function defines, structure defines, and so on
  51.  
  52.  
  53.  
  54. Files for IPXTEST
  55. -----------------
  56.  
  57.   IPXTEST.C    Main IPXTEST source file
  58.   IPXTEST.H    Structure, function, and data defines
  59.     INPUT.C    Keyboard input and processing routines
  60.   NETWORK.C    High-level IPX routines
  61.   PROCESS.C    Miscellaneous processing routines
  62.     VIDEO.C    Rudimentary video routines
  63.    LINE50.COM  Utility to put a VGA into 50-line mode
  64.   IPXTEST.EXE  Compiled executable
  65.