在本页中:
Myster  X:   Legacy Support for Windows COM
7.0.0.18

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.

注意:该库已被废弃;请改用ffi/com or ffi/unsafe/com。MysterX formerly provided ActiveX support; we no longer support that ActiveX functionality, but see ActiveX Controls.

 (require mysterx) package: mysterx

    1 COM Methods and Properties

    2 COM Types

    3 COM Events

    4 Version

    Index