Creating the ICs
Now that you have an application with platform specific code, create the ICs in the following order:
1. Windows platform dependent leaf IC: winleaf.ic
2. OS/2 platform dependent leaf IC: os2leaf.ic
Windows leaf 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:
1. Open the Packager Control Panel.
2. Select VA Smalltalk 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.
3. Again, the application entry point is ToDoListView new openWidget. Name the output file wintest.ic.
4. 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
OS/2 leaf IC
The steps are virtually the same as above, except you run them on an OS/2 system:
1. Open the Packager Control Panel.
2. Select VA Smalltalk 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.
3. Again, the application entry point is ToDoListView new openWidget. Name the output file os2test.ic.
4. 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
Last modified date: 01/29/2015