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 >
Wrap
Text File
|
1995-06-08
|
3KB
|
112 lines
REXXCALC - Presentation Manager REXX Calculator
DESCRIPTION:
This application illustrates the steps required to develop enhanced applications.
The enhanced application chosen is a simple calculator.
TASK:
Provides sample code on building a simple calculator.
CONCEPT/FEATURE:
This application illustrates the steps required to develop enhanced applications.
SAMPLE LOCATION:
Inside the CREXX Sample Programs (which is inside the VisualAge C++
Samples folder).
Note:This sample is not provided in project form.
SOURCE FILE LOCATION:
X:\ibmcpp\samples\toolkit\crexx\rexxcalc
where X: is the drive you installed the samples and document component
of VisualAge C++ for OS/2.
HOW TO RUN THE SAMPLE
-From your OS/2 desktop:
Double-click on the sample's icon.
-From an OS/2 command prompt:
To start a non-WorkPlace Shell sample program from an OS/2 command
prompt, type the name of the executable file and press Enter. If you
have edited source code of a sample program and want to recompile,link,
and run the files, use the NMAKE tool. Your output is the executable
file. For information about the NMAKE utility, see the
OS/2 Tools Reference.
SOFTWARE/HARDWARE REQUIREMENTS:
- IBM VisualAge C++
- OS/2 Warp
- IBM or compatible 386 and up.
REQUIRED FILES DESCRIPTION
readme Description and instructions for sample
rexxcal1.c Sample source code
rexxcal1.def Exports
rexxcal1.exe Executable
rexxcal1.h
rexxcal1.mak MakeMake output
rexxcal1.rc
rexxcalc.ico
rexxcal2.c C Source code
rexxcal2.def File exports
rexxcal2.exe The executable
rexxcal2.h
rexxcal2.mak Makefile generated by MakeMake
rexxcal2.rc
rexxcal3.c Sample C source
rexxcal3.def export definition
rexxcal3.exe the executable
rexxcal3.h
rexxcal3.mak
rexxcal3.rc
rexxcal4.c C Source code
rexxcal4.def File export definition
rexxcal4.exe The executable
rexxcal4.h
rexxcal4.mak MakeMake generated makefile
rexxcal4.rc
pmrexxio.dll Utilities DLL
pmrexxio.h
rexxcalc.c sample source
rexxcalc.def Imported entry points definition
rexxcalc.exe executable
rexxcalc.h
rexxcalc.ico
rexxcalc.mak MakeMake generated makefile
rexxcalc.rc
program1.rxc
program2.rxc
datatype.cal
divide.cal
integer.cal
memclear.cal
memminus.cal
memplus.cal
memrecal.cal
memstore.cal
minus.cal
multiply.cal
plus.cal
power.cal
program1.cal
program2.cal
program3.cal
program4.cal
program5.cal
program6.cal
program7.cal
program8.cal
remaind.cal
sqrt.cal
whole.cal