Migration Guide
If your Version 3.0 applications directly instantiate
OSObjects, you must migrate the OSObjects used in this
manner as follows:
- From the System Transcript, select Browse References from the
Tools menu.
- In the displayed prompter, type OSObject and select
OK. A References browser opens.
- Scroll through the list of methods that reference OSObject and
locate references in your own classes.
- For each method requiring migration, change all occurrences of
OSObjectto OSPtr and save the method.
- Version all classes changed as a result of completing step 4.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]