ArcObjects SDK for Cross Platform C++ fails to bind using the following line of code to load the ArcGISVersion.dll file, #import "libid:6FCCEDE0-179D-4D12-B586-58C88D26CA78" raw_interfaces_only no_implementation.
上次发布: September 15, 2017ArcObjects SDK
漏洞 ID 编号
BUG-000095547
已提交
April 6, 2016
上次修改时间
June 5, 2024
适用范围
ArcObjects SDK
找到的版本
10.4
操作系统
Windows OS
操作系统版本
8.1
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Continue to use the workaround users identified in the issue.
解决办法
Use the full path to the ArcGISVersion.dll file to load the ArcGISVersion library, as shown below.// Load the ArcGISVersion library.// This code is commonly placed in the StdAfx.h header file.#import "<a href="file:C:/Program" target="_blank">C:\Program</a> Files (x86)\Common Files\ArcGIS\bin\ArcGISVersion.dll" named_guids raw_interfaces_only no_implementation