If you used VisualAge Standard, you must generate runtime code for all applications that you migrate to Version 5.5.
To accomplish this, select your application in the VisualAge Organizer window and select Generate > Runtime Code from the Applications menu.
Note: | You can also generate runtime code by opening the Composition Editor on individual part classes of your application and selecting Save Part from the File menu. With Version 5.5, VisualAge automatically generates runtime code every time you save your parts. For migration, however, the first method described is likely much faster. |
Generated runtime code includes the private instance method named abtBuildInternals, which contains all of the information needed to recreate the visual subparts and connections of your part at runtime, as you defined them in the Composition Editor. It also includes the private class methods beginning with IS_ (short for interface specification), which contain all information needed to re-create the features of your part at runtime, as you defined them in the Public Interface Editor.