Re: No methods present in tlb/ocx component
I have no experience with that.
Though the problem can be that the library uses late binding, because it is primarily intended to be used from scripting languages.
See a comment for
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.classinterfacetype
Though the problem can be that the library uses late binding, because it is primarily intended to be used from scripting languages.
See a comment for
ClassInterfaceType.AutoDispatch
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.classinterfacetype