Delphi 2010 中的 Esri Mapobects
有人在 Delphi 2010 中安装过 ESRI mapobjects activeX 控件吗?我在 tTable 作为组件名称时遇到冲突。
Has anyone installed ESRI mapobjects activeX controls in Delphi 2010? I get a conflict on tTable as a component name.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已将 MapObjects LT 2.0 安装到 Delphi 2007 中,没有冲突,并且其中没有名为 TTable 的类型。您必须使用不同版本的 MapObjects,尽管它确实具有 TTable 类型。如果有帮助的话,我可以向您发送我导入的 pas 文件。
I have MapObjects LT 2.0 installed into Delphi 2007, no conflicts and there is no type called TTable in it. You must be using a different version of MapObjects though that does have a TTable type. I can send you my imported pas file if it would help.
生成组件包装器后,只需搜索/替换或使用重构来重命名 _TLB.pas 导入单元中生成的 TTable 组件,这样就不会发生冲突。
After generating the component wrappers simply search/replace or use a refactoring to rename the generated TTable component in the _TLB.pas import unit so something else that will not conflict.