home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / CLIPPER / CRLIB3 / READ.ME < prev   
Text File  |  1992-12-25  |  3KB  |  88 lines

  1.  
  2.                     CRLIB.LIB  (Chris Remington's Library)
  3.  
  4.                                 DEMO VERSION
  5.  
  6.  
  7.         You will find this library of functions to be interesting and
  8.    inspiring.  Try out the graphic functions and if you are a creative type,
  9.    you will find that you can spend hours coming up with clever programs to
  10.    create displays in graphics mode.  You can create pies, spheres, diagonal
  11.    lines, rectangles all with the press of a key.  You can save screeens
  12.    created in graphics mode to a file and then restore the screen from that
  13.    file later on.
  14.         Other functions include the ability to remove premature eof
  15.    markers from database files, and the ability to find the relative position
  16.    of a record in an index file. (twice as fast as NTXSEEK() found in
  17.    CA-CLIPPER FORUM).
  18.  
  19.  
  20.    Installation is easy just copy CRLIBS87.LIB or CRLIB50.LIB to your
  21.    subdirectory containing your CLIPPER libraries. See CRLIB.DOC
  22.    for a description of all the functions.
  23.  
  24.    Link with the following:
  25.  
  26.    BLINKER FI <FILENAME> LIB CLIPPER,EXTEND,CRLIBS87 (or CRLIB50)
  27.  
  28.         or
  29.    in a script file:
  30.  
  31.  
  32.    OUTPUT <FILENAME>
  33.  
  34.    BEGINAREA
  35.      SECTION FI C1
  36.      SECTION FI C2
  37.      SECTION FI C2
  38.      ALLOCATE GRUMPHLP,super
  39.    ENDAREA
  40.    search getit,CRLIBS87  ** or LIB CRLIBS87 if a problem
  41.    @CL87MID.LNK
  42.  
  43.    BLINKER INCREMENTAL OFF
  44.  
  45.    **If any problems try putting the CRLIBS87 in different parts of
  46.    the script file or LIB statement
  47.  
  48.  
  49.                      I M P O R T A N T ! ! ! ! !
  50.  
  51.    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  52.  
  53.    If you are using a monochrome card you must run MSHERC.COM before
  54.    running a CLIPPER application using graphics functions!!!!!
  55.    Please read through the CRLIB.DOC before attempting to use the
  56.    graphics functions.
  57.  
  58.    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.    There is a 30 day free evaluation period after which you may register
  67.    and purchase CRLIB.
  68.  
  69.  
  70.        To order CRLIB send $99.95 (Source code version is $199.95)
  71.                       check or money order to:
  72.  
  73.                CR, 12916A GRAYS PT. RD, FAIRFAX, VA. 22033
  74.  
  75.        Europians please contact:
  76.  
  77.        SOFTSOL                    Tel.:+49-40-7665764
  78.        Salzburger Haeuser 4       Fax :+49-40-7665664
  79.        2100 Hamburg 90            BBS :+49-40-7665527/8
  80.        Germany                    CIS :100112,3401
  81.  
  82.         Please include diskette size and density preference...
  83.         or order via COMPU-SERVE, id # 70403,1511 or 100112,3401 (europians).
  84.         Include Visa or Mastercard Number and CRLIB will be uploaded to you
  85.         immediatly.  Call Chris for phone orders at +1-703-817-9759.
  86.                      or   ±Max in Europe         at +49-40-7665764
  87.  
  88.