Migration Guide : Migrating from VisualAge Smalltalk V3.0 or earlier : Other migration concerns : Enabling applications from Version 1.0 or 2.0 for packaging
Enabling applications from Version 1.0 or 2.0 for packaging
If you are migrating a Version 1.0 or Version 2.0 application, you may get a packager warning saying there are "No implementors of fixupNlsPool" when trying to package. If you are packaging as an IC, this will result in a runtime error when an attempt is made to run the packaged application.
To get around this, browse implementors of initializeAfterLoad in your image. If there are implementors of this method (generated by VisualAge) in any of your view classes, delete them. This is obsolete code that was generated in previous VisualAge releases that is no longer needed. This should clear up this particular packager warning and your application should run if packaged properly.
 
Last modified date: 07/02/2019