Skip to content

New Subclasses Wizard - Precompile Package Information

If you wish, you can create a new file that will include all of the new classes created by this wizard. This is referred to as a “precompile package” and can be used as your precompile package when placed at the top of your project.

If you wish to create a precompile package, select the checkbox on this page and choose a file name for that package along with a first package name.

File Name

Enter the name of the precompile file. This will be placed in the same directory as the new classes. If no file extension is provided, “.pkg” will be added automatically.

Note: The Studio only supports file and folder name characters using the standard ASCII character set (ASCII characters 32-127).

First Package

The first line in a precompile package often contains a use statement that brings in another precompile package. This provides a mechanism for nesting precompile packages. For example, the first line of a Windows package might be:

use DfAllent.pkg

This statement would bring the standard system packages into your custom package.

Next Step

New Class Naming Rules