Views User Guides > Foundation > Dynamic Modules
Dynamic Modules
A dynamic module is composed of a set of object files that are contained in a shared library (also called a dynamic link library or DLL). Views is able to load dynamically, on the fly and at run time, a dynamic module that lets you define new classes, and therefore provide more functionality to a running program.
Typically, dynamic modules are used when files are read. For example, if a data file contains a reference to an IlvGraphic subclass that the application reading the file does not expect, Views generates an error message and stops reading the file immediately. With dynamic modules, Views can load the code that defines this class and make it available in a dynamic way.
For details on using dynamic modules, see:
Published date: 05/24/2022
Last modified date: 02/24/2022