home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Welcome to the CALC v2.2 from Touchstone Business Creations,
- Released January-1994
-
-
- Brief Description (full description in CALC.TXT)
-
- ** YOU CAN ADD THIS CALCULATOR TO YOUR APPLICATION BY INSERTING **
- ** JUST ONE LINE... "Set Key (your key) TO CALCULATOR" AND ADD **
- ** "LIB CALC" IN YOUR LINK SCRIPT **
-
- CALC.LIB is a library that you may link into your application and
- connect via a set key ( SET KEY K_ALT_O to CALCULATOR ) or by using
- such as ( nResult := Calculator(nInitial) ).
-
- You may wish to use the additional functionality of the functions
- CALCINIT(), CALCUDF(), CALCMEMORY(), CALCPRINT(), CALCPTAPE(),
- and CALCPOS() also included in CALC.LIB.
-
- The Calculator is NOT LIMITED in any of its abilities. However, when
- you initially call it, a copyright screen will appear.
-
- To deactivate the copyright screen, you need to register. Plus, you
- will receive discounts towards other products. (SEE REGISTER.DOC)
-
- Be sure to look at the DEMOs available using the following batches:
-
- BLINK.BAT ---- USE THIS TO COMPILE THE DEMOs USING BLINKER!
-
- RT.BAT ------- USE THIS TO COMPILE THE DEMOs USING RTLINK!
-
- REVISIONS
-
- Rev. 1.4 changed the double lined box characters to single for
- international code page compatibility.
-
- Rev. 1.5 Added positioning CalcPos(), code block exception handling,
- CalcMemory() to access memory directly, paper scrolling,
- better NG docs.
-
- Rev 1.51 Changed Address/Phone, Compiled under Clipper 5.2
-
- Rev 1.6 Added Network Printing functions CalcPrint() and
- CalcPTape(). Calc also compiled under 5.2.
-
- Version 2.0 Added Mouse, Spanish/English, and Trig.
-
- Rev 2.1 Added CalcDec(), fix/float decimal position override.
-
- Rev 2.2 Added German.
-
- FILES
-
- CALC.TXT ----- Contains detailed information about the functions and
- methods available for using the calculator.
-
- * This file is formatted and may be printed directly
- to the printer.
-
- CALC.LIB ----- (THE CALC 2.1) - link with your programs and
- use a hotkey (i.e. SET KEY K_ALT_O to CALCULATOR)
- or get into more detailed uses with CALC.TXT.
-
- DEMO.PRG ----- A very simple use of the calculator (SET KEY)
-
- DEMO2.PRG ---- A little more detailed use of the calculator,
- uses other keys to do user-defined-operations
- (i.e. SetKey(K_F5,{|p,l,v,n| If(p="CALCULATOR",n*2,NIL)})
- which in this case doubles the displayed value.
-
- BLINK.BAT ---- USE THIS TO COMPILE THE DEMOs USING BLINKER!
-
- RT.BAT ------- USE THIS TO COMPILE THE DEMOs USING RTLINK!
-
- REGISTER.DOC - One-page registration form for the calculator.
-
- CALC.NG - Calculator NG manual and functions
-
- CLIP501.OBJ -- If you are using 5.01 (not 5.2), compile and include
- this object into your link script. It remaps the one
- function that is 5.2 specific.
-
- Thanks and I hope you enjoy the usefulness of CALC,
-
- Jim Gale
- President, Touchstone Business Creations
-
- 28613 River Glen Ct. #1
- Menifee, CA 92584-8987
- U.S.A.
- (909) 679-3364
-