home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / CREXX / REXXCALC / README < prev    next >
Text File  |  1995-06-08  |  3KB  |  112 lines

  1.  
  2.  
  3. REXXCALC - Presentation Manager REXX Calculator
  4.  
  5.  
  6. DESCRIPTION:
  7. This application illustrates the steps required to develop enhanced applications.
  8. The enhanced application chosen is a simple calculator.
  9.  
  10. TASK:
  11. Provides sample code on building a simple calculator.
  12.  
  13. CONCEPT/FEATURE:
  14. This application illustrates the steps required to develop enhanced applications.
  15.  
  16. SAMPLE LOCATION:
  17. Inside the CREXX Sample Programs (which is inside the VisualAge C++ 
  18. Samples folder).
  19.  
  20. Note:This sample is not provided in project form.
  21.  
  22. SOURCE FILE LOCATION:
  23.  
  24. X:\ibmcpp\samples\toolkit\crexx\rexxcalc
  25. where X: is the drive you installed the samples and document component
  26. of VisualAge C++ for OS/2.
  27.  
  28.  
  29. HOW TO RUN THE SAMPLE
  30.  
  31. -From your OS/2 desktop:
  32. Double-click on the sample's icon.
  33.  
  34. -From an OS/2 command prompt:
  35. To start a non-WorkPlace Shell sample program from an OS/2 command
  36. prompt, type the name of the executable file and press Enter.  If you
  37. have edited source code of a sample program and want to recompile,link,
  38. and run the files, use the NMAKE tool. Your output is the executable
  39. file.  For information about the NMAKE utility, see the
  40. OS/2 Tools Reference.
  41.  
  42.  
  43. SOFTWARE/HARDWARE REQUIREMENTS:
  44.  
  45. - IBM VisualAge C++
  46. - OS/2 Warp
  47. - IBM or compatible 386 and up.
  48.  
  49. REQUIRED FILES          DESCRIPTION
  50.  
  51.   readme                Description and instructions for sample
  52.   rexxcal1.c            Sample source code
  53.   rexxcal1.def          Exports
  54.   rexxcal1.exe          Executable
  55.   rexxcal1.h
  56.   rexxcal1.mak          MakeMake output
  57.   rexxcal1.rc
  58.   rexxcalc.ico
  59.   rexxcal2.c            C Source code
  60.   rexxcal2.def          File exports
  61.   rexxcal2.exe          The executable
  62.   rexxcal2.h
  63.   rexxcal2.mak          Makefile generated by MakeMake
  64.   rexxcal2.rc
  65.   rexxcal3.c            Sample C source
  66.   rexxcal3.def          export definition
  67.   rexxcal3.exe          the executable
  68.   rexxcal3.h
  69.   rexxcal3.mak
  70.   rexxcal3.rc
  71.   rexxcal4.c            C Source code
  72.   rexxcal4.def          File export definition
  73.   rexxcal4.exe          The executable
  74.   rexxcal4.h
  75.   rexxcal4.mak          MakeMake generated makefile
  76.   rexxcal4.rc
  77.   pmrexxio.dll          Utilities DLL
  78.   pmrexxio.h
  79.   rexxcalc.c            sample source
  80.   rexxcalc.def          Imported entry points definition
  81.   rexxcalc.exe          executable
  82.   rexxcalc.h
  83.   rexxcalc.ico
  84.   rexxcalc.mak          MakeMake generated makefile
  85.   rexxcalc.rc
  86.   program1.rxc
  87.   program2.rxc
  88.   datatype.cal
  89.   divide.cal
  90.   integer.cal
  91.   memclear.cal
  92.   memminus.cal
  93.   memplus.cal
  94.   memrecal.cal
  95.   memstore.cal
  96.   minus.cal
  97.   multiply.cal
  98.   plus.cal
  99.   power.cal
  100.   program1.cal
  101.   program2.cal
  102.   program3.cal
  103.   program4.cal
  104.   program5.cal
  105.   program6.cal 
  106.   program7.cal
  107.   program8.cal
  108.   remaind.cal
  109.   sqrt.cal
  110.   whole.cal
  111.  
  112.