|
A library may depend on one or more other libraries. An application must link in all libraries on which any referenced library depends.
|
|
|
Refer to the
Architecture chapter of the
3D ACIS Getting Started Guide for a graph that shows the dependencies between the core components. This graph indicates the standard dependencies between components; occasionally, an optional dependency between two components may arise if some optional arguments to a function, method, etc. are used. Additional dependencies may be introduced by callbacks.
|
|
|
A component library can only use items (e.g., functions, classes, etc.) defined in component libraries on which it depends--those that can be reached by following the dependency path in the graph.
|