General options dialog

Bring up the General options dialog in the Options menu.

Refer to VB 3-6 files by

This setting allows you to select a preference for displaying file vs. module names in VB 3-6 and VBA projects. This setting doesn't affect VB.NET files, which can contain more than one module.

Default directory

This option specifies which directory Open/Save dialogs open in. Select "Last used directory" to always continue in the previously used directory. Alternatively, enter a fixed directory and Project Analyzer will display Open/Save dialogs in that directory. This option is useful if you always work with a specific project directory, for example.

Late-bound object member references

Late binding is one of the trickier parts in source code analysis. Late binding occurs when you call a procedure or read/write a member variable via an expression whose type is available only at run-time.

Typically, late binding occurs with Variant or Object variables that are used to store object references, or Form variables that store form references. As the type of the object cannot be determined from looking at the code, we cannot reliably detect which class or form the reference goes to. Thus, we must arrange a rule to decide what to do when one is found.

You should set this option before starting a new analysis.

Window coordinates

Project Analyzer remembers window positions. Press the Reset button to clear the locations and open new windows at their default positions.

More options

File associations
Miscellaneous options
Command line options
Report options
Comment directives

©Aivosto Oy - Project Analyzer Help Contents