Here are some warnings that I've encountered during making this add-in:
Warning 1
Processing COM reference "" from path "C:\Windows\system32\stdole32.tlb". The type library importer could not convert the signature for the member 'DISPPARAMS.rgvarg'.
Warning 2
Processing COM reference "" from path "C:\Windows\system32\stdole32.tlb". The type library importer could not convert the signature for the member 'DISPPARAMS.rgdispidNamedArgs'.
Warning 3
Processing COM reference "VBA" from path "C:\Windows\system32\VEN2232.OLB". Type library importer has encountered an interface not derived from IUnknown: '_HiddenInterface'.
This add-in is working as it should but I'd like to know what these warnings mean. When I look at them, all I see is that it has some problems with processing COM references
and converting
some files from system32
folder. I do not know anything more about it so ...
Could someone take a look at them and give me a more specific explanation and maybe some solution for them. I'll be very grateful on every info.