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 ...
随机推荐
- P1165 日志分析
题目描述 M 海运公司最近要对旗下仓库的货物进出情况进行统计.目前他们所拥有的唯一记录就是一个记录集装箱进出情况的日志.该日志记录了两类操作:第一类操作为集装箱入库操作,以及该次入库的集装箱重量:第二 ...
- Flask Web 发送邮件单文件
import os from flask import Flask, render_template, session, redirect, url_for from flask_script imp ...
- Android开发笔记(3)——GridLayout
笔记链接:http://www.cnblogs.com/igoslly/p/6799939.html GirdLayout 计算器实例及详尽的笔记:http://www.cnblogs.com/sky ...
- Git——github高级
分支管理 分支不是越多越好,只求一个稳定的分支,即master不要轻易去更改 对应master要有一个开发者分支,保证mater分支的稳定性 所有的功能都在开发者分支上进行 在所有功能开发后新建发布分 ...
- R语言曲线拟合函数(绘图)
曲线拟合:(线性回归方法:lm) 1.x排序 2.求线性回归方程并赋予一个新变量 z=lm(y~x+I(x^2)+...) 3.plot(x,y) #做y对x的散点图 4.lines(x ...
- 【译】x86程序员手册26-7.5任务切换
7.5 Task Switching 任务切换 The 80386 switches execution to another task in any of four cases: 80386在以下四 ...
- jstree -- 使用JSON 数据组装成树
概述: 前面主要是html数据,这里主要是json数组 1.格式 jsTree需要一个具体格式JSON数据,在标准的语法没有那个字段是必须的-而是那些是你需要的.请记住你可以获取任何你请求的其他属性, ...
- Codeforces_768_D_(概率dp)
D. Jon and Orbs time limit per test 2 seconds memory limit per test 256 megabytes input standard inp ...
- SDK_组合框的使用
组合框的使用 组合框的创建:有三种风格,分别 Simaple,Dropdown(可输入), 下拉列表(不可输入) 可以通过可视化编程中下拉列表的 下拉箭头 设置列表的长度 如何向组合框控件中添加数据, ...
- 梦想CAD控件安卓文字样式
增加文字样式 用户可以增加文字样式到数据库,并设置其字体等属性,具体实现代码如下: // 增加文字样式 //getCurrentDatabase()返回当前数据库对象 //getTextstyle() ...