Migration Guide


Enabling applications from Version 1.0 or 2.0 for packaging

If you are migrating a Version 1.0 or Version 2.0 application to Version 5.5, 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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]