home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / kfs.arj / README.DOC < prev    next >
Text File  |  1994-02-16  |  6KB  |  136 lines

  1.                             -------------------------
  2.                             |   Keyed File System   |
  3.                             |      Version 2.0      |
  4.                             |   (DOS or OS/2 1.x)   |
  5.                             |      README.DOC       |
  6.                             -------------------------
  7.  
  8.  
  9.                         Keyed File System (Shareware)
  10.  
  11.  
  12. The Keyed File System is a set of subroutines that may be called from
  13. programs written in Microsoft C Version 6.0 (DOS or OS/2) or Version 7.0
  14. (DOS only) that allow files to be built and accessed using alphabetic or
  15. numeric keys. These routines are distributed as a series of header files
  16. and libraries to be used when linking C programs written with the Microsoft
  17. C compiler versions listed above. The files in this package can be freely
  18. copied and distributed as long as all files (including this README.DOC
  19. file) are distributed together. The routines in this package are, to the
  20. best of our knowledge, completely error free. However, this package is
  21. provided on an "as is" basis with no warranty specified or implied (see
  22. "Disclaimer - Agreement" below).
  23.  
  24. This package should contain the following files:  
  25.  
  26. README.DOC   - This file.
  27.  
  28. REGISTER.DOC - A form to complete and return when registering the Keyed
  29.                File System. This file also contains warranty and support
  30.                information.
  31.  
  32. VENDOR.DOC   - Distribution information for commercial vendors.
  33.  
  34. KFS.DOC      - An ASCII text version of the User's Guide for the KFS
  35.                routines.
  36.  
  37. KFS.H        - A header file that should be included in any C program using
  38.                the KFS routines. This header file contains the procedure 
  39.                definitions and constants used by your program.
  40.  
  41. KFSMSC6D.LIB - The KFS routines for use with DOS programs compiled with 
  42.                Microsoft C Version 6.0.
  43.  
  44. KFSMSC6O.LIB - The KFS routines for use with OS/2 programs compiled with
  45.                Microsoft C Version 6.0.
  46.  
  47. KFSMSC7.LIB  - The KFS routines for use with DOS programs compiled with
  48.                Microsoft C Version 7.0.
  49.  
  50. KFSSAMP.C    - A sample program that can be compiled and executed that 
  51.                illustrates the use of many (but not all) of the KFS 
  52.                functions.
  53.  
  54. KFSSAMP.DAT  - A sequential file used as input by the KFSSAMP program.
  55.  
  56. KFSSAMP.MAK  - A sample make file for the KFSSAMP program.
  57.  
  58.  
  59.  
  60.  
  61. Disclaimer - Agreement       ***PLEASE READ CAREFULLY***
  62. ----------------------
  63. Users of the Keyed File System must accept this disclaimer of warranty:  
  64.  
  65. The Keyed File System routines are supplied "as is". The author disclaims
  66. all warranties, expressed or implied, including, without limitation, the 
  67. warranties of merchantability and of fitness for any purpose.  The author 
  68. assumes no liability for damages, direct or consequential, which may result 
  69. from the use of the Keyed File System.
  70.  
  71. The Keyed File System routines are "shareware" (but not "freeware") and are
  72. provided at no charge to the user for evaluation. Feel free to share them with
  73. your friends as long as all parts of the package are distributed together, but
  74. please do not give them away altered in any way. These routines are
  75. copyrighted and may not be included in any programs you distribute either
  76. freely or for sale without obtaining the license that you will receive as
  77. part of registering this software. The essence of "user-supported "
  78. software is to provide personal computer users with quality software
  79. without high prices, and yet to provide incentive for programmers to
  80. continue to develop new products. If you find these routines useful and
  81. find that you are continuing to use them after a reasonable trial period, 
  82. or you wish to write programs using these routines to distribute to others,
  83. you must complete the registration form (see the REGISTER.DOC file in this 
  84. package) and send this along with your registration payment of $50.00 (check,
  85. money order, Visa, or MasterCard) to APT Computer Solutions, Inc. at the
  86. address shown in the registration document. The $50.00 registration fee
  87. will license one copy of these routines for use on any one computer at any one
  88. time. You must treat this software just like a book. An example is that this
  89. software may be used by any number of people and may be freely moved from one
  90. computer location to another, so long as there is no possibility of it being
  91. used at one location while it's being used at another. Just as a book cannot
  92. be read by two different persons at the same time. However, with your
  93. registration, you will also receive a license allowing you to freely
  94. distribute programs you write that include these routines.
  95.  
  96. Commercial users of the Keyed File System routines must register and pay
  97. for their copies of the KFS routines within 30 days of first use or their
  98. license is withdrawn.  Site-License arrangements may be made by contacting
  99. APT Computer Solutions, Inc..  
  100.  
  101. Commercial shareware vendors should read the VENDOR.DOC file that is included
  102. with this package for information about distribution.
  103.  
  104.  
  105. Installation Instructions
  106. -------------------------
  107. The Keyed File System routines may be copied from the installation disk to any
  108. directory on your hard disk. For example, to place these routines in the "KFS"
  109. directory on your system's C: drive, you could enter the following commands:
  110.  
  111.      MKDIR C:\KFS
  112.      COPY A:*.* C:\KFS\*.*
  113.  
  114. The only additional consideration is that you may then want the KFS directory 
  115. in the appropriate environment variables as follows:
  116.  
  117.   1) in the INCLUDE= environment variable to enable your compiler to find the
  118.      KFS.H include file
  119.  
  120.   2) in the LIB= environment variable to enable the linker to find the 
  121.      appropriate .LIB file for the version of the Microsoft compiler you are
  122.      using.
  123.  
  124.  
  125. Questions
  126. ---------
  127. If you have any questions or comments about this product, please contact us at
  128. CompuServ ID 73023,3037 or write us at the address below:
  129.  
  130.                      APT Computer Solutions, Inc.
  131.                             P.O. Box 47
  132.                       Versailles, KY 40383-0047
  133.  
  134.  
  135. Thank you for your interest in our product.
  136.