This section applies only to Microsoft Windows platforms. See the LispWorks COM/Automation User Guide and Reference Manual for details.
The new function com:print-i-dispatch-methods
tries to get the information about the methods of an i-dispatch
interface object, and optionally the arguments, and prints these in a readable format.
The new function com:set-register-server-error-reporter
allows you to control reporting of failures in calls to DllRegisterServer
or DllUnregisterServer
.
When processing IDL import statements, com:midl
now looks for the imported file in the directories in a list that was set by the new function com:midl-set-import-paths
and the directories in the list returned by the new function com:midl-default-import-paths
.
For the full description of how imported files are found, see the section "Import paths" in the LispWorks COM/Automation User Guide and Reference Manual .
Optional Automation parameters can now be passed as the keyword value :not-specified
if they are not needed. Alternatively, they can be omitted if all remaining optional arguments are also omitted.
LispWorks Release Notes and Installation Guide - 2 Mar 2015