5.3.6

MysterX: Legacy Support for Windows COM

Paul Steckler

MysterX allows scripting of most COM components from Racket. A COM component can be scripted in MysterX if it supports OLE Automation via the IDispatch interface, and if it publishes type information using the ITypeInfo interface.

NOTE: This library is deprecated. Use ffi/com or ffi/unsafe/com instead. MysterX formerly provided ActiveX support; we no longer support that ActiveX functionality, but see ActiveX Controls.

 (require mysterx)

    1 COM Methods and Properties

    2 COM Types

    3 COM Events

    4 Version

    Index