Migration Guide : Migrating from Version 7.5 : Merge AbtCwControlsEdit and AbtCwControlsRun apps into other maps
Merge AbtCwControlsEdit and AbtCwControlsRun apps into other maps
AbtCwControlsEdit and AbtCwControlsRun were configuration maps shipped in VisualAge Smalltalk and in VA Smalltalk V7.5.2 and earlier. They contained development time and runtime applications associated with Windows native controls (such as TabStrip, ToolBar, etc.):
AbtEditWinCwControlsApp
AbtRunWinCwControlsApp
Change
In VA Smalltalk V8.0 and later, these apps have been made subapplications and therefore are included in other maps:
AbtEditWinCwControlsApp was merged into AbtWinEditViewsSubapp subapplication of AbtEditViews
AbtRunWinCwControlsApp was merged into AbtWinRunViewsSubapp subapplication of AbtRunViews
Action required
The effect of this change is twofold:
If any of your maps have AbtCwControlsEdit as a required map link, the link should be changed to VisualAge Development Environment instead; if any of your maps have AbtCwControlsRun as a required map link, the link should be changed to VisualAge for Smalltalk – Run UI instead.
If any of your apps have AbtEditWinCwControlsApp as a prerequisite, the prerequisite should be changed to AbtEditViews instead; if any of your apps have AbtRunWinCwControlsApp as a prerequisite, the prerequisite should be changed to AbtRunViews instead.
Last modified date: 07/02/2019