home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a013 / 1.ddi / READ.ME < prev    next >
Encoding:
Text File  |  1991-01-25  |  7.3 KB  |  208 lines

  1.  
  2.        DEVELOPER'S LIBRARY --- VERSION 5.0 --- READ.ME --- page 1 of 4
  3.        ---------------------------------------------------------------
  4.  
  5.        Please read this file. It contains installation instructions  and
  6.        other important information.
  7.  
  8.  
  9.        License Agreement
  10.        -----------------
  11.  
  12.        This is copyrighted software. You are granted a personal  license
  13.        for  its use. The license allows you to use the software in  your
  14.        applications.   However,   you  cannot   distribute,   repackage,
  15.        transfer,  or resell the software to third parties. You may  make
  16.        copies of the software for backup purposes as long as you  retain
  17.        possession of all such copies.
  18.  
  19.        The Author disclaims all warranties, express or implied, relating
  20.        to this software, including without limitation implied warranties
  21.        of merchantability or fitness for a particular purpose. The  user
  22.        bears all risk as to the quality and performance of the  software
  23.        in which these programs are used.
  24.  
  25.        This agreement shall be construed and enforced in accordance with
  26.        the laws of the state of New York.
  27.  
  28.  
  29.  
  30.        Norton Guides Database
  31.        ----------------------
  32.  
  33.        A  Norton  Guides  database  is  available  for  the  Developer's
  34.        Library. It contains detailed syntax and coding examples for  all
  35.        functions  in the book as well as some handy charts  and  tables.
  36.  
  37.        The  database  is completely compatible with  the  Norton  Guides
  38.        engine shipped with Clipper Version 5.0. With it, you can  pop-up
  39.        information  for  any  Developer's  Library  function  from  your
  40.        application or word processor. The database is available directly
  41.        from the author for $20.00. See below for ordering instructions.
  42.  
  43.  
  44.  
  45.        Technical Support
  46.        -----------------
  47.  
  48.        The author provides technical support at no charge to  registered
  49.        users  for a period of 30 days. To receive it, you must  mail  in
  50.        the  original  (copies not accepted) registration form  from  the
  51.        book. The support period starts when you begin using it.  Support
  52.        is provided via mail and electronic bulletin board system (BBS).
  53.  
  54.  
  55.  
  56.  
  57.        DEVELOPER'S LIBRARY --- VERSION 5.0 --- READ.ME --- page 2 of 4
  58.        ---------------------------------------------------------------
  59.  
  60.  
  61.        The  preferred method of communication is via the BBS. A  special
  62.        area  is provided for the Developer's Library.  Questions  posted
  63.        are usually answered within 24 hours. If you are having a problem
  64.        with  a  specific  function, we recommend  you  also  upload  the
  65.        relevant part of your source code.
  66.  
  67.  
  68.        The BBS operates 24 hours a day, seven days per week. It supports
  69.        baud rates to 2400.
  70.  
  71.                   BBS telephone number : 516-289-3207
  72.                   Modem settings: no parity, 8 bit data, 1 stop bit.
  73.  
  74.  
  75.        Extended  support  is available directly from the author.  It  is
  76.        sold  on  a yearly basis and includes  voice  telephone  support,
  77.        periodic updates, useful tips, bug fixes, and utility programs.
  78.  
  79.  
  80.  
  81.        Costs and Ordering Instructions:
  82.        --------------------------------
  83.  
  84.        Developer's Library - Norton Guides Database ............. $20.00
  85.        Extended support (per year) .............................. $55.00
  86.        Both above items ordered together ........................ $65.00
  87.        Shipping and handling (Guides database only) ............. $ 1.50
  88.  
  89.  
  90.        Bonus Offer:  Order any of the above items with your registration,
  91.                      and we will:
  92.  
  93.                      a. Include  source code for a utility  that  creates
  94.                         database structure and dictionary files.
  95.  
  96.                      b. If you order support, we will give you 3  months
  97.                         free.
  98.  
  99.  
  100.  
  101.  
  102.        To order send check or money order to:   James Occhiogrosso
  103.                                                 Post Office Box 637
  104.                                                 Holbrook, N.Y. 11741
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.        DEVELOPER'S LIBRARY --- VERSION 5.0 --- READ.ME --- page 3 of 4
  113.        ---------------------------------------------------------------
  114.  
  115.  
  116.        Installation Instructions
  117.        -------------------------
  118.  
  119.        The Developer's Library is supplied on a single, double  density,
  120.        (360K)   disk,   in  3  compressed   files   named   LIBRARY.EXE,
  121.        SAMPLES.EXE,  and  SOURCE.EXE.  The  files  were  created   using
  122.        PKWARE's  PKZIP  Version  1.10.  They  are  self-extracting,  and
  123.        contain  the library, its sample programs and databases, and  its
  124.        source  code,  respectively.  Follow the  instructions  below  to
  125.        extract the files in them.
  126.  
  127.  
  128.  
  129.             To extract the library file DEVELOP.LIB:
  130.             ----------------------------------------
  131.  
  132.             1. Change  to  the directory where you  normally  keep  your
  133.                Clipper  libraries  (usually  \CLIPPER5\LIB).
  134.  
  135.             2. Insert  the  Developer's Library disk into  Drive  A  and
  136.                type:
  137.  
  138.                         A:LIBRARY
  139.  
  140.  
  141.             To extract the sample databases and program files:
  142.             --------------------------------------------------
  143.  
  144.             1. Change  to  your working directory.
  145.  
  146.             2. Insert  the  Developer's Library disk into  Drive  A  and
  147.                type:
  148.  
  149.  
  150.                         A:SAMPLES
  151.  
  152.  
  153.  
  154.             To extract all other Developer's Library files:
  155.             -----------------------------------------------
  156.  
  157.             1. Create  a  directory on your hard disk  for  the  library
  158.                source code (suggested name is \DEVELOP) and change to it
  159.                using:
  160.  
  161.                         MD \DEVELOP
  162.                         CD \DEVELOP
  163.  
  164.  
  165.  
  166.   
  167.  
  168.        DEVELOPER'S LIBRARY --- VERSION 5.0 --- READ.ME --- page 4 of 4
  169.        ---------------------------------------------------------------
  170.  
  171.             2. Insert  the  Developer's  Library disk in  Drive  A,  and
  172.                enter:
  173.  
  174.                         A:SOURCE
  175.  
  176.                This will uncompress all files in the Developer's Library
  177.                and  copy  them into the \DEVELOP  directory.  Since  the
  178.                library  contains  over  200 files, it will  take  a  few
  179.                minutes for all the files to be transferred.
  180.  
  181.  
  182.  
  183.        Regenerating The Library
  184.        ------------------------
  185.  
  186.        If  you  want to make changes or add your own  functions  to  the
  187.        library,  follow  the  instructions  in  appendix  B.  Note  that
  188.        MAKELIB.BAT looks for DEVELOP.LIB in the \CLIPPER5\LIB directory.
  189.        If you use a different directory, you must modify it.
  190.  
  191.  
  192.        All  OBJ  files  are  provided  with  the  library.  The  Clipper
  193.        functions are compiled with Version 5.0, release 1.03 of Clipper.
  194.        The  assembly language functions are compiled with  MASM  Version
  195.        5.1.
  196.  
  197.  
  198.        Since  the object files are supplied,  only functions you add  or
  199.        change are recompiled if you regenerate the library. See appendix
  200.        B for more information.
  201.  
  202.  
  203.        If  you  plan  to use CHKSTATE, CHKZIP, or  STATENAME,  copy  the
  204.        ZIPS.DBF file from to your working directory.
  205.  
  206.  
  207.  
  208.