Creating ActiveX in D
Frank Benoit
keinfarbton at googlemail.com
Thu Jul 23 11:56:20 PDT 2009
BLS schrieb:
> Hi,
> Sergey G. ask (by accident ;) ) about : How to create an ActiveX control
> in D.
> Now, I am curious : Is it possible to create an ActiveX Control In D ?
>
> Something along :
> class Component : IDispatch
> {
> }
>
> instead of :
>
> class Component : IUnknown
> {
> }
>
> and if so, how to build an AX control in D, guess as DLL + D runtime ???
>
> Thank's for enlighten me.
> björn
in dwt there is that ole package, I think this shows how to do it.
More information about the Digitalmars-d
mailing list