Accessing Type Libraries
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Accessing Type Libraries
Type Libraries describe most COM objects, including both Automation objects and ActiveX controls. A Type Library can exist in one of the following forms:
- A separate file with the extension .tlb or .olb. This file is usually in the same directory as the main binary file for the Automation Server or ActiveX control.
- Part of the main binary file for the Automation Server or ActiveX control, generally with the extension .exe, .dll, or .ocx. This is often the form provided with ActiveX controls.