NextPrevUpTopContentsIndex

:midl-type-library-file

Defsystem Member Type
Summary

A defsystem member type that can be used to include a type library file in a Lisp system definition.

Package

com

Description

When a file is given the type :midl-type-library-file , compiling the system will compile the type library file to produce a fasl. Loading the system will load this fasl. The :package and :mapping-options keywords can specified as for midl .

Examples

To include the file myfile.tlb in a system, use

(defsystem my-system ()
  :members (("myfile.tlb"
             :type :midl-type-library-file)))
See also

:midl-file


LispWorks COM/Automation User Guide and Reference Manual - 23 Mar 2005

NextPrevUpTopContentsIndex