User's Guide
Now that you have an application with platform specific code, create
the ICs in the following order:
- Windows platform dependent leaf IC: winleaf.ic
- OS/2 platform dependent leaf IC: os2leaf.ic
Create the windows IC in the same manner as you created
ictest.ic. To create the Windows leaf IC, perform the
following steps on a Windows system:
- Open the Packager Control Panel.
- Select VisualAge start-up image component w/windows, give the
instructions a name, and select the Modify Instructions
button. Add IcTestModel and IcTestView to the
selected list; then select Default ICs.
- Again, the application entry point is ToDoListView new
openWidget. Name the output file
wintest.ic.
- Select the Reduce button, and finish the following steps as
previously described. When finished, test your platform dependent IC
using:
abt -iwintest.ic -lwintest.log
The steps are virtually the same as above, except you run them on an
OS/2 system:
- Open the Packager Control Panel.
- Select VisualAge start-up image component w/windows, give the
instructions a name, and select the Modify Instructions
button. Add IcTestModel and IcTestView to the
selected list; then select Default ICs.
- Again, the application entry point is ToDoListView new
openWidget. Name the output file
os2test.ic.
- Select the Reduce button, and finish the following steps as
previously described. When finished, test your platform dependent IC
using:
abt -iOS2test.ic -lOS2test.log
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]