Tagged Questions
0
votes
0answers
48 views
Connect to Esri map service using c++ in stand alone desktop app
Can anyone tell me how to do this? Here is my code. The Open call returns E_INVALIDARG.
IAGSServerConnectionFactoryPtr AGSConnectionFactory;
...
3
votes
1answer
146 views
Build ESRI addin with C++
Is it possible to build an ESRI addin (.esriaddin) using C++? I see templates for .NET and C# only but perhaps there is a manual method?