Share
 
 

Application Installation

A key issue for an application is how to ensure that it is loaded and can set up its environment at the desired time. This section describes how an application should install and store itself and its necessary resources at runtime through one of the demand loading options.

Demand loading is an AutoCAD feature that automatically loads a non-resident ObjectARX application.

Demand loading

  • Conserves memory by loading applications only when their functionality is required
  • Reduces the creation of proxy objects
  • Provides greater flexibility for loading ObjectARX applications

Refer to Demand Loading in the ObjectARX Developer's Guide for a detailed discussion of demand loading.

Was this information helpful?