home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / hpclc07.zip / README < prev   
Text File  |  1993-03-23  |  5KB  |  164 lines

  1. =======================================================================
  2. HPcalc        for OS/2 2.0
  3. -----------------------------------------------------------------------
  4. version 0.7 beta
  5.  
  6.  
  7. Copyright (c) Les Chan, 1993
  8. =======================================================================
  9.  
  10.  
  11.  
  12. Description
  13. ===========
  14.     This program is an RPN calculator with a layout similar to that of
  15. the HP 41c.  HPcalc is meant to be a simple calculator and does not
  16. have programmability unlike the real calculator.  Thus the all the functions
  17. which pertain to programming are absent.  The keyboard and mouse may be 
  18. used to operate it.
  19.  
  20. In this version, start up default startup are degree mode and engineering 4.
  21.  
  22.  
  23. Keyboard shortcuts
  24. ==================
  25. HPcalc is not case sensitive.
  26. p - pi
  27. q - square  root
  28. g - LOG
  29. n - LN
  30. s - SIN
  31. c - COS
  32. t - TAN
  33. o - STO
  34. r - RCL
  35. h - CHS
  36. e - EEX
  37. l - lastx
  38. v - 1/x
  39. a - angle mode
  40. Down arrow - Roll down
  41. Shift-Insert - paste
  42. Shift-Delete - copy
  43. Enter - enter
  44. Backspace - backspace
  45. Ctrl - shift
  46. - - minus
  47. + - plus
  48. * - multiply
  49. / - divide
  50. % - %
  51.  
  52.  
  53. Installation
  54. ============
  55. This version of HPcalc is compiled with the emx/gcc and thus requires
  56. the emx.dll.  Copy this dll to some directory listed in your LIBPATH,
  57. if you do not already have a copy emx.dll there.
  58.  
  59. The files in the objs subdirectory are only necessary if you want to
  60. relink this program with newer gnu libraries.  They are provided
  61. as required by the FSF libraries license.
  62.  
  63.  
  64. Contents of Archive
  65. ===================
  66. HPcalc.exe              The executable
  67. emx.dll                 Version 0.8f
  68. readme                  This file
  69. COPYING.LIB             FSF libraries copyright
  70. COPYING.EMX             emx copyright
  71. objs/HPcalc.o
  72. objs/HPcalc.res
  73. objs/interface.o
  74.  
  75. Verification information:
  76. VALIDATE 0.5 for OS/2 Copyright 1988-92 by McAfee Associates.  (408) 988-3832
  77.  
  78.           File Name:  hpcalc.exe
  79.                Size:  63,161
  80.                Date:  3-22-1993
  81. File Authentication:
  82.      Check Method 1 - 53E9
  83.      Check Method 2 - 1639
  84.  
  85.  
  86. Licensing
  87. =========
  88. This program is Provided free of charge.
  89. Modifications of the work for the customer's own use and reverse
  90. engineering for debugging such modifications are allowed.
  91.  
  92. Although this program is free, donations are welcome and should
  93. speed up bug fixes and addition of features by enabling purchase of
  94. better tools and documentation.  They can be sent to the author at:
  95.  
  96.         Les Chan
  97.         1606-2935 Richmond Road
  98.         Ottawa, ON, Canada
  99.         K2B 8C9
  100.  
  101. If you send a donation and have a email address, I will
  102. notify you of new versions as they become available.
  103. Bug reports and suggestions are welcome regardless.
  104.  
  105. email:  chan@holo.ps.iit.nrc.ca
  106.  
  107.  
  108. NO WARRANTY
  109. ===========
  110.    BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  111. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  112. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  113. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  114. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  115. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  116. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  117. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  118. REPAIR OR CORRECTION.
  119.    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  120. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  121. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  122. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  123. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  124. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  125. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  126. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  127. POSSIBILITY OF SUCH DAMAGES.
  128.  
  129.  
  130. Know bugs
  131. =========
  132. - The display uses proportional instead of a fixed font
  133. - Shift key button display is not yellow.
  134. - Disappearing underscore (OS/2 bug ?) on some keys
  135.   know to happen on the TAN and COS so far
  136. - Under xfeel, keystrokes doubled up unless HPcalc is on top
  137.  
  138.  
  139. Planned features for future versions
  140. ====================================
  141. Listed in no specific order of priorities
  142.  
  143. - Constant memory operation
  144. - Add functions not on keyboard - summation functions, factorial, etc.
  145.   ? using popup menu with mouse button 2
  146.   ? dialog box after pushing XEQ button
  147. - Show complete stack x,y,z,t
  148. - Hexadecimal <-> Octal <-> Decimal modes
  149.  
  150.  
  151. Additional Copyright Notices
  152. ============================
  153. This program is linked with GNU libraries and the full copyright text
  154. is included in the COPYING.LIB.
  155. This program requires emx.dll to run and the copyright for this
  156. dll is in COPYING.EMX.
  157.  
  158.  
  159. History
  160. =======
  161. Version 0.7   1993 March
  162. -Initial beta release
  163.  
  164.