ArcGIS 10.1, Delphi XE2 and licensing

755
1
04-18-2013 05:51 AM
TamarMakatsaria
New Contributor
Hi everyone,

We have a project on Delphi 5 and we need to upgrade it for Delphi XE2.
Everything went well until it came to the components of ArcGIS. 
The problem is that I need to check the license for Desktop and Engine.
I found these two threads:
http://forums.arcgis.com/threads/26206-Arc...i-and-licensing

http://forums.arcgis.com/threads/60598-Del...l-and-licensing

When including libraries ArcGISVersionLib_TLB, esriControls_TLB, esriSystem_TLB, ComObj I thought that everything would work but the project returns the following errors:

undeclared identifier TMapControl, TVersionManager, TAoInitialize

in the code:

public
{ Public declarations }
MapControl:esriControls_TLB.TMapControl;
verManager: arcGISVersionLib_TLB.TVersionManager;
aoInit: TAoInitialize;

any ideas?
Thanks beforehand.
0 Kudos
1 Reply
MarcoPiacenza
New Contributor

I've you got done? I 've one problem with "TAoInitialize" in delphi 2007, wo can I this class find?  Thanks

0 Kudos