Registration-free COM client

John via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 29 10:55:27 PDT 2016


On Wednesday, 29 June 2016 at 14:51:10 UTC, Thalamus wrote:
>
> and the D code (mostly unchanged from your example):
>
> interface ITestInterface
> {
>     int Identifier();
> }

ITestInterface needs to derive from IUnknown.



More information about the Digitalmars-d-learn mailing list