ArcGIS 10 Engine DevelopKit 之安装与帮助;VBA,跨平台CPP,JAVA,ArcGIS Engine DevelopKit 10 的帮助如何打开
你看到的这个文章来自于http://www.cnblogs.com/ayanmw
ArcGIS Engine Developer Kit10 可以从VeryCD上下载到.其不需要破解,只需要你有一个已经安装好了的Lincense Manage.授权Engine即可.
下面是安装界面

可以看到有几项:Runtime / .net/C++/VBA/ArcSDE for Sql Server(x64+x86)/ArcGIS Data Interoperability Extension/License Manager
其中JAVA /ArcGIS Data Interoperability Extension/License Manager 一般在ArcGIS 10 Server或DevelopKit中 都有的!!
也就是说 Engine里面 新添加的有 跨平台CPP 和Engine Runtime.至于.net 我估计和Java DevelopKit一样,在其他版本中也有.
安装完毕后,授权一下就行了.
需要说明的是:.net CPP 都需要先安装Visual Studio.
安装完毕后,在开始菜单的Develop Hlep中就多了ArcObjects Help for C++ (VS2010) ArcObjects Help for .NET (VS2010) ArcObjects Help for VBA三个菜单项.
点击 C++ 或 .Net的帮助菜单提示 找不到帮助信息:

The topic you requested could not be found in local help.
1. Have you installed the local help content?
2. How to install and configure local help using Help Library Manager. Check online for your topic at:
http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(%2256E06BC0-D1C7-4E8C-B695-3A5D6DB1329C%22)&rd=true Other options to try Do you have the right content installed locally?
How to add new content to your local help store with Help Library Manager. How to enable online only help.

按照提示1,查找相应的帮助文件(install and configure local help 文字有链接到本地MSDN帮助系统)

Installing Offline Content from Media
The name of the file that HLM uses to install content is HelpContentSetup.msha. The MSHA file is an HTML file that identifies help content that can be installed locally. Use the following instructions to find and install help content from media. Launch Help Library Manager from the "Help" menu in your software application. Click "Help" > "Manage Help settings". After HLM launches, click "Install content from disk". Navigate to the directory that contains the content setup file (HelpContentSetup.msha). Select the file and click "OK". The next window shows the content available on the media, and any content that is already installed. Select the content to install by clicking the "Add" action next to the content title. When you are finished selecting content to install, click the "Update" button at the bottom of the screen. HLM will install the content and report on its progress.

方法就是:在目录 C:\Program Files (x86)\ArcGIS\DeveloperKit10.0\Help 下面有 VS\2010\ArcObjects 目录,大小为306MB,并且有helpcontentsetup.msha 文件,这是html文件的本地html应用程序.开始我还不知道如何打开,关联到mshta.exe后,发现也就是打开对应的cab文件,其实mshta是Visual Studio的MSDN帮助文件系统的本地帮助包安装程序,打开MSDN的
"C:\Program Files\Microsoft Help Viewer\v1.0\HelpLibManager.exe" /product VS /version 100 /locale zh-CN /brandingPackage Dev10.mshc (管理帮助设置 - CHS)

选择从磁盘安装内容,输入developKit的位置下help里面 相应的*.mshta文件位置,然后点击添加 就开始安装了.
一共有ArcObjects_VCPP ArcObjects_NET ArcObjects_CPP 三个目录下的helpcontentsetup.msha 文件,安装三次 就可以把ArcGIS 的engine for VCPP Net CPP 的帮助文档安装到Visual Studio的本地MSDN了.以后就可以轻松从Visual Studio 2010 查找到这个帮助信息了.
=====================
另外从ArcGIS /Develop Help/ArcObjects Help for .NET (VS2010) 打开的链接如下:
提示404 无法找到帮助信息,但是我的ArcGIS 帮助文档确实安装了,怎么回事呢? 后来通过从Visual Studio打开的MSDN帮助 中的 arcgis help对比,发现将上面的链接最后的locale删除就可以打开了:
真是无比蛋疼啊。ArcGIS 做的这东西 也太恶心了吧。
接下来遇到的问题是:如何在 VS2010 专业版中 创建 ArcGIS 的工程呢??继续研究。。。
ArcGIS 10 Engine DevelopKit 之安装与帮助;VBA,跨平台CPP,JAVA,ArcGIS Engine DevelopKit 10 的帮助如何打开的更多相关文章
- ARCGIS 10.0破解版安装过程error 1606 和error 1316问题 及安装流程
来自:http://blog.csdn.net/don_lvsml/article/details/8681100 楼主今天安装ESRI.ArcGIS.10.CS时,由于第一次接触该软件,将其按照一般 ...
- ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal)- 6、总结
安装小结 安装完成后,首先我们需要将Datastore托管给Server,再将Server托管给Portal以此来完成整个单机版Enterprise 部署流程.为了测试流程是否正确,我们可以采用上传一 ...
- ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal)- 5、安装Datastore
安装Datastore 解压datastore安装包,tar -xzvf ArcGIS_DataStore_Linux_1051_156441.tar.gz 切换到arcgis账户静默安装server ...
- ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal)- 4、安装 ArcGIS for Server
安装ArcGIS for Server 解压server安装包,tar -xzvf ArcGIS_Server_Linux_1051_156429.tar.gz 切换到arcgis账户静默安装serv ...
- ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal)- 3、安装Portal for ArcGIS
安装Portal for ArcGIS 解压portal安装包,tar -xzvf Portal_for_ArcGIS_Linux_1051_156440.tar.gz 切换到arcgis账户静默安装 ...
- ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal)- 2、安装WebAdapter
解压webadapter安装包,tar -xzvf Web_Adaptor_Java_Linux_1051_156442.tar.gz 进入下Webadapter目录下静默安装 ./Setup -m ...
- ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal)- 1、安装前准备
安装前准备 上传文件到服务器,x-ftp xshell登陆Centos 检查机器名 修改机器名为:portal.cloud.local 方法一:零时设置,重启后失效,该方法不可取 方法 ...
- ArcGIS 10.1 for Server安装教程系列—— Linux下的单机安装
http://www.oschina.net/question/565065_81231 因为Linux具有稳定,功能强大等特性,因此常常被用来做为企业内部的服务器,我们的很多用户也是将Ar ...
- ArcGIS Desktop直连PostgreSQL安装及配置图解(windows)
目录 1 PostgreSQL 11.0安装及配置 2 psqlODBC安装及配置 3 PostGIS安装及配置 4 pgAdmin4使用入门 5 空间数据导入 5.1 将PostgreSQL的bin ...
随机推荐
- working hard to be a professional coder
1:read 2 : code 3 : 勤奋 4:技术栈 就前端主流技术框架的发展而言,过去的几年里发展极快,在填补原有技术框架空白和不足的同时也渐渐趋于成熟.未来前端在已经趋向成熟的技术方向上面将会 ...
- 揭开WebService的神秘面纱
一.序言 大家或多或少都听过WebService(Web服务),有一段时间很多计算机期刊.书籍和网站都大肆的提及和宣传WebService技术,其中不乏很多吹嘘和做广告的成分.但是不得不承认的是Web ...
- 6.12---前提两个对象的成员必须一致,才能将有数据的对象将数据传给反射获取的对象conver(有数据对象,目标对象)
//// Source code recreated from a .class file by IntelliJ IDEA// (powered by Fernflower decompiler)/ ...
- CF842C Ilya And The Tree
思路: 1. 如果根节点是0,那么可以通过一次dfs计算出所有节点的最大值. 2. 如果根节点不是0,那么其余各点的最大值一定是根节点的一个因子.首先计算出根节点的所有因子.在dfs到一个深度为d的节 ...
- leetcode516 Longest Palindromic Subsequence
思路: 区间dp. 实现: class Solution { public: int longestPalindromeSubseq(string s) { int n = s.length(); ] ...
- Python批量下载电视剧电影--自己动手丰衣足食
前言 为了看美剧<天蝎>,在电影天堂找到了,于是就想下载下来好好欣赏. 废话不说了,直接上代码. 代码 import requests,re,os,time url = "htt ...
- 了解Selenium与自动化测试第一天“云里雾里”
以前没有搭建过Selenium自动化功能测试环境,想象中就像QTP一样,集成IDE一般简单快捷. 昨天通过博客园的一篇博友日志,才开始大概认识到Selenium的工作方式与特征: 1.插件般与浏览器结 ...
- 安装FCIS问题汇总
安装官网安装步骤时可能出现的问题: "/usr/bin/ld: cannot find -lopenblas" error 解决方案: apt install liblapack- ...
- HDU_3172_带权并查集
Virtual Friends Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)T ...
- View Programming Guide for iOS
https://developer.apple.com/library/archive/documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/Wi ...