home *** CD-ROM | disk | FTP | other *** search
/ Interativa 1 / MEGAZINE.iso / programa / clipper / calc223 / read.me < prev    next >
Encoding:
Text File  |  1994-01-24  |  3.4 KB  |  94 lines

  1.  
  2.  
  3.  
  4.    Welcome to the CALC v2.2 from Touchstone Business Creations,
  5.    Released January-1994
  6.  
  7.  
  8.    Brief Description (full description in CALC.TXT)
  9.  
  10.      ** YOU CAN ADD THIS CALCULATOR TO YOUR APPLICATION BY INSERTING **
  11.      ** JUST ONE LINE... "Set Key (your key) TO CALCULATOR" AND ADD  **
  12.      ** "LIB CALC" IN YOUR LINK SCRIPT                               **
  13.  
  14.      CALC.LIB is a library that you may link into your application and
  15.      connect via a set key ( SET KEY K_ALT_O to CALCULATOR ) or by using
  16.      such as ( nResult := Calculator(nInitial) ).
  17.  
  18.      You may wish to use the additional functionality of the functions
  19.      CALCINIT(), CALCUDF(), CALCMEMORY(), CALCPRINT(), CALCPTAPE(),
  20.      and CALCPOS() also included in CALC.LIB.
  21.  
  22.      The Calculator is NOT LIMITED in any of its abilities.  However, when
  23.      you initially call it, a copyright screen will appear.
  24.  
  25.      To deactivate the copyright screen, you need to register.  Plus, you
  26.      will receive discounts towards other products. (SEE REGISTER.DOC)
  27.  
  28.      Be sure to look at the DEMOs available using the following batches:
  29.  
  30.       BLINK.BAT ---- USE THIS TO COMPILE THE DEMOs USING BLINKER!
  31.  
  32.       RT.BAT ------- USE THIS TO COMPILE THE DEMOs USING RTLINK!
  33.  
  34.    REVISIONS
  35.  
  36.      Rev. 1.4 changed the double lined box characters to single for
  37.               international code page compatibility.
  38.  
  39.      Rev. 1.5 Added positioning CalcPos(), code block exception handling,
  40.               CalcMemory() to access memory directly, paper scrolling,
  41.               better NG docs.
  42.  
  43.      Rev 1.51 Changed Address/Phone, Compiled under Clipper 5.2
  44.  
  45.      Rev  1.6 Added Network Printing functions CalcPrint() and
  46.               CalcPTape(). Calc also compiled under 5.2.
  47.  
  48.   Version 2.0 Added Mouse, Spanish/English, and Trig.
  49.  
  50.      Rev  2.1 Added CalcDec(), fix/float decimal position override.
  51.  
  52.      Rev  2.2 Added German.
  53.  
  54.    FILES
  55.  
  56.       CALC.TXT ----- Contains detailed information about the functions and
  57.                      methods available for using the calculator.
  58.  
  59.                      * This file is formatted and may be printed directly
  60.                        to the printer.
  61.  
  62.       CALC.LIB ----- (THE CALC 2.1) - link with your programs and
  63.                      use a hotkey (i.e. SET KEY K_ALT_O to CALCULATOR)
  64.                      or get into more detailed uses with CALC.TXT.
  65.  
  66.       DEMO.PRG ----- A very simple use of the calculator (SET KEY)
  67.  
  68.       DEMO2.PRG ---- A little more detailed use of the calculator,
  69.                      uses other keys to do user-defined-operations
  70.                      (i.e. SetKey(K_F5,{|p,l,v,n| If(p="CALCULATOR",n*2,NIL)})
  71.                      which in this case doubles the displayed value.
  72.  
  73.       BLINK.BAT ---- USE THIS TO COMPILE THE DEMOs USING BLINKER!
  74.  
  75.       RT.BAT ------- USE THIS TO COMPILE THE DEMOs USING RTLINK!
  76.  
  77.       REGISTER.DOC - One-page registration form for the calculator.
  78.  
  79.       CALC.NG      - Calculator NG manual and functions
  80.  
  81.       CLIP501.OBJ -- If you are using 5.01 (not 5.2), compile and include
  82.                      this object into your link script.  It remaps the one
  83.                      function that is 5.2 specific.
  84.  
  85.       Thanks and I hope you enjoy the usefulness of CALC,
  86.  
  87.       Jim Gale
  88.       President, Touchstone Business Creations
  89.  
  90.       28613 River Glen Ct. #1
  91.       Menifee, CA 92584-8987
  92.       U.S.A.
  93.       (909) 679-3364
  94.