home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / hitest.exe / HITEST10.EXE / README.TXT < prev   
Text File  |  1994-06-16  |  5KB  |  119 lines

  1.               HiTest Enhanced API for Lotus Notes Release 1.0
  2.                 Installation, Notes and General Information
  3.  
  4.  
  5.                         *System Requirements*
  6.  
  7. *Hardware*
  8. You will need 3 megabytes of disk space to install the HiTest API.
  9. Otherwise, if you have met the operational requirements for the
  10. software discussed below, your hardware will be sufficient for
  11. the HiTest API.
  12.  
  13. *Notes Client*
  14. The HiTest API requires that your operating environment have at least
  15. the Lotus Notes client software fully installed (a full server
  16. installation is not required, but will work fine too).  This should be
  17. Notes version 3 or later.  Non-standard Notes installation configurations
  18. might lead to initial installation problems.  Refer to the chapter in
  19. the reference manual on Installation.
  20.  
  21. *Operating system and compiler*
  22. The remaining requirements are that you have installed a supported
  23. operating system and compiler. Supported configurations are:
  24.  
  25.         Operating system                Compiler
  26.         --------------------------------------------------
  27.         Windows 3.1             Microsoft C 7.0 or greater
  28.         OS/2 1.3 (16-bit)       Microsoft C 6.0
  29.         OS/2 2.x (32-bit)       IBM C Set++
  30.  
  31.  
  32.  
  33.                         *Configuring for Development*
  34.  
  35. *Files, Descriptions and Placements*
  36. The following files and directories comprise the 1.0 release of the
  37. HiTest API:
  38.  
  39.         Directory       Filename        Description
  40.         ------------------------------------------------------------
  41.         (installation directory)
  42.                         LICENSE.TXT     HiTest API free license
  43.                         README.TXT      This file
  44.         DOC
  45.                         HITEST.RTF
  46.                         HITEST10.NSF
  47.         DLL
  48.                         HTWNOTES.DLL    Windows 3.1 HiTest DLL
  49.                         HTONOTES.DLL    OS/2 1.3 HiTest DLL (16-bit)
  50.                         HT2NOTES.DLL    OS/2 2.x HiTest DLL (32-bit)
  51.         LIB
  52.                         HTWNOTES.LIB    Windows 3.1 import library
  53.                         HTONOTES.LIB    OS/2 1.3 import library
  54.                         HT2NOTES.LIB    OS/2 2.x import library
  55.         INCLUDE
  56.                         HTNOTES.H       HiTest include file
  57.         SAMPLES
  58.            SIMPLE
  59.                         README.TXT      Sample program description
  60.                         MAKEFILE        Sample program makefile
  61.                         HTSAMPLE.H      Sample program include file
  62.                         SIMPLE.C        SIMPLE sample program
  63.            DBMETA
  64.                         README.TXT      Sample program description
  65.                         MAKEFILE        Sample program makefile
  66.                         HTSAMPLE.H      Sample program include file
  67.                         DBMETA.C        DBMETA sample program
  68.            VIEWDMP
  69.                         README.TXT      Sample program description
  70.                         MAKEFILE        Sample program makefile
  71.                         HTSAMPLE.H      Sample program include file
  72.                         VIEWDMP.C       VIEWDMP sample program
  73.            DOCITEM
  74.                         README.TXT      Sample program description
  75.                         MAKEFILE        Sample program makefile
  76.                         HTSAMPLE.H      Sample program include file
  77.                         DOCITEM.C       DOCITEM sample program
  78.            DOC2NSF
  79.                         README.TXT      Sample program description
  80.                         MAKEFILE        Sample program makefile
  81.                         HTSAMPLE.H      Sample program include file
  82.                         DOC2NSF.C       DOC2NSF sample program
  83.                         DOC2NSF.H       DOC2NSF INCLUDE FILE
  84.  
  85.  
  86. This README.TXT file contains preliminary instructions and release 
  87. notes.  The LICENSE.TXT file contains the licensing agreement which 
  88. governs your initial usage rights of this product.  The HITEST.RTF file 
  89. contains a full reference manual for online examination and printing.  
  90. HITEST10.NSF contains the same reference manual in Notes database
  91. format, and should be copied to your NOTES data directory.
  92.  
  93. See the installation chapter of the reference manual for details on
  94. configuring your system for HiTest program development.
  95.  
  96.  
  97. *Environment*
  98. Once you have installed the files discussed above, you must verify that 
  99. your PATH environment variable contains an entry which is the path to 
  100. the Notes application directory (typically C:\NOTES).  Additionally, if 
  101. your Notes default data directory is different from the application 
  102. directory, you may need to add that path to PATH.  The critical point is 
  103. to ensure that the Notes initialization file NOTES.INI can be located by 
  104. the PATH variable.
  105.  
  106.  
  107. *Licensing, Product Information and Technical Support*
  108. All components of this product are governed by a licensing agreement 
  109. between you or your company and Edge Research Inc.  All rights are as 
  110. stated by your agreement.  For additional information licensing, 
  111. general product information, or information on  technical support, 
  112. contact Edge Research Inc. at (603) 431-5300 (USA).  
  113.  
  114.  
  115.                         * Release Notes *
  116.  
  117. This 1.0 release is interoperable with 1.0 of htGLUE and htVISUAL.
  118.  
  119.