由于我已经更新了我的Maschine到Windows10内部慢速环构建14342,我得到了一些警告,同时编译我的项目。
Verarbeite COM-Verweis "" aus Pfad "C:\Windows\System32\stdole2.tlb". Der Typbibliothekimporter konnte die Signatur für den Member "DISPPARAMS.rgvarg" nicht konvertieren.
Verarbeite COM-Verweis "" aus Pfad "C:\Windows\System32\stdole2.tlb". Der Typbibliothekimporter konnte die Signatur für den Member "DISPPARAMS.rgdispidNamedArgs" nicht konvertieren.翻译:
Processing COM reference "" from path "C:\Windows\System32\stdole2.tlb". The type library importer could not convert the signature for the member "DISPPARAMS.rgvarg".
Processing COM reference "" from path "C:\Windows\System32\stdole2.tlb". The type library importer could not convert the signature for the member "DISPPARAMS.rgdispidNamedArgs".有谁知道如何纠正这个错误吗?
我已经尝试过修复visual 2015和visual c++可再发行软件包。
发布于 2016-07-29 13:02:20
在构建14393.5中不再存在警告。
https://stackoverflow.com/questions/37862084
复制相似问题