|
The source code for a component is compiled and built into one or more object libraries. An application must link in the object libraries for any component it references. The core
ACIS libraries are available as either static link libraries or shared (dynamic link) libraries.
|
|
|
Note
|
A shared library is called a Dynamic Link Library (DLL) on some systems (such as Windows). When referring to a shared library in a context that is not specific to a platform, Spatial uses the term shared/DLL
library.
|
|
|
Refer to the
3D ACIS Application Development Manual for information about the available object libraries and using shared/DLL libraries.
|