[plt-scheme] MysterX
> Is it possible to create a class from a name like
> "Microsoft.DirectX.Device"?
>
> cci/coclass says Coclass Microsoft.DirectX.Device not found
> and cci/progid says cocreate-instance-from-progid: Error retrieving
> CLSID from ProgID Microsoft.DirectX.Device, code = 800401F3: Invalid
> class string
To find out what COM classes are on your system, use
(com-all-coclasses)
Be prepared for a very long list!
On my Win2K box, I don't have anything like the class you
mention. There is a DirectX version 8 COM class, but it
doesn't have any dispatch interfaces, so it can't be used
by MysterX (in its current form).
-- Paul