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