This article has two sections:
See the readme.
A type library is a file (or part of a file) that gives Automation clients information about server objects’ properties and methods. Properties have data types; methods often return values and accept parameters. The client requires information about the data types in order to bind to the server object type.
Return to the
top of this article.MKTYPLIB.EXE is a tool that creates type libraries from Object Description Language (ODL) files.
To create a type library:
set path=%path%;c:\program files\devstudio\vj\bin
mktyplib euclid.odl /nocpp
Return to the
top of this article.