Ticket #2 (new defect)

Opened 2 years ago

ActiveX sub-objects and sub-functions

Reported by: dan.lewis Assigned to: dan.lewis
Priority: major Component: Walnut
Version: Keywords: ActiveX
Cc:

Description

In dactivex.d;

I haven't figured out how yet, but at some point we need to be able to access COM sub-objects. I'm not sure if this means asking to create the Objects when the COM object itself is created, or when we call Get/Put (if it's not already there) or if it's already created and we just need a getter that returns another Dactivex for sub-objects.

There is a method to the Dactivex class that can call COM methods. However, this hasn't been bound to a NativeFunction? within Dscript yet. In order to do that, I think the best way is to use a single generic binding Dscript anonymous NativeFunction? that calls the class method.