Accessing COM Objects

Joerg Joergonson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 15 09:45:39 PDT 2016


On Wednesday, 15 June 2016 at 08:24:41 UTC, John wrote:
> On Wednesday, 15 June 2016 at 08:21:06 UTC, John wrote:
>> OK, adding the return type to the signature should fix that. 
>> So:
>>
>>   private static Parameter getParameters(MethodImpl method)
>
> Sorry, I meant the getParameter methods should return be:
>
>   private static Parameter[] getParameters(MethodImpl method)
>
> and
>
>   private static Parameter[] getParameters(MethodImpl method, 
> out Parameter returnParameter, bool getReturnParameter)

Thanks. When I ran it I got a d file! when I tried to use that d 
file I get undefined IID and IDispatch. I imagine these 
interfaces come from somewhere, probably built in?

Any ideas?


More information about the Digitalmars-d-learn mailing list