Migration Guide


Packager warning 'No implementors of fixupNlsPool'

If you are migrating an application to Version 5.5 that has been around since either Version 1.0 or Version 2.0, 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 stop the error, browse implementors of initializeAfterLoad in your image. If there are implementors of this method, which is generated by VisualAge, in any of your view classes you can delete them. This is obsolete code that was generated in previous VisualAge releases and is no longer needed. Deleting the implementors 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 ]