Packaging, unloading, and analyzing code : Packaging with image components (ICs) : Step-by-step examples building VA Smalltalk ICs : Creating the ICs

Creating the ICs
Now that you have an application with platform specific code, create the ICs in the following order:
1.
2.
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.
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.
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