home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / BCALCS.ZIP / README < prev   
Text File  |  1989-02-04  |  1KB  |  40 lines

  1.  
  2.  
  3.                           BIGCALC SOURCE
  4.  
  5.  
  6.   This is the source for BIGCALC Extended Precision Calculator. 
  7.   BIGCALC compiles under the small model. BIGCALC compiles with
  8.   no changes using MSC 5.1 and QuickC 1.0.
  9.  
  10.  
  11.   To compile BIGCALC with Microsoft C 5.1 use the following command:
  12.  
  13.         cl -Ox bigcalc.c bigio.c bigmath.c bigmisc.c bigprint.c
  14.  
  15.  
  16.   For QuickC 1.0:
  17.  
  18.         qcl -Ox bigcalc.c bigio.c bigmath.c bigmisc.c bigprint.c
  19.  
  20.  
  21.   To compile BIGCALC for OS/2 protected mode edit file BIGCALC.H and
  22.   remove this line:
  23.  
  24.         #define REALMODE        /* Remove for OS/2 protected mode */
  25.  
  26.  
  27.   If you make any changes or enhancements in BIGCALC, please share
  28.   them with me.  Also, please let me know if you find any problems.  
  29.   If you like BIGCALC, please send $20 to the address below:
  30.  
  31.  
  32.                        Judson D. McClendon
  33.                        Sun Valley Systems
  34.                        329 37th Court N.E.
  35.                        Birmingham, AL 35220
  36.  
  37.                           205-853-8440
  38.  
  39.                        Compuserve 74415,1003
  40.