All Manuals > COM/Automation User Guide and Reference Manual > 2 COM Reference Entries

:midl-file Defsystem Member Type

Summary

Used to include IDL files in a Lisp system definition.

Package

com

Description

The defsystem member type :midl-file can be used to include IDL files in a Lisp system definition.

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

Examples
;; Include the file myfile.idl in a system
(defsystem my-system ()
  :members (("myfile.idl" :type :midl-file)))
See also

midl


COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38