J
Jozsef Bekes
Hello,
I need to derive an interface in C# from a COM interface that has been
declared in C++, and this parent interface uses the type IEnumVariant a a
function parameter. Since the stdole namespace does not know about this
type, the C# code fails to compile. I have no idea what to do, I cannot
change the original interface. Does anyone have a suggestion for this
problem?
Thank you for your help.
Regards,
Jozsi
I need to derive an interface in C# from a COM interface that has been
declared in C++, and this parent interface uses the type IEnumVariant a a
function parameter. Since the stdole namespace does not know about this
type, the C# code fails to compile. I have no idea what to do, I cannot
change the original interface. Does anyone have a suggestion for this
problem?
Thank you for your help.
Regards,
Jozsi