求助!为什么我的ArxWizards安装之后没有图标?
<p>刚刚学习ARX的二次开发,就遇到了问题,希望哪位高手能够给予帮助!</p><p>我搭建的环境是:ObjectARX2010+VS2008中文版,安装ArxWizards后,在VS2008的开发环境中出现了ARX的工具栏,但没有工具按钮,又安装VS2008的SP1补丁后,工具栏中有按钮了,但按钮没有图标!这是什么问题?该怎么解决?</p><p>有哪位高手遇到过这种问题,希望能够指点一下,谢谢啦!</p><p></p> 我也是这样的问题,不知道怎么办 在工具栏里单击右键,选择“自定义”,工具栏里面有个objectarx addin,勾上就可以了。 1. 必须安装中文版的VS2008SP12. ObjectARX Wizard中没有提供对应中文系统的资源文件(*.resources.dll)
还应按ObjectARX的帮助文献的说明,创建目录和资源文件,原文如下:
Wizards toolbar buttons not showing icons.
The Visual Studio toolbar button icons subsystem does not support Neutral Language Satelitte resources. When a resource language satelitte dll is missing the icons does not show up even if the AddIn is working. To solve the issue, you can either switch your OS locale to English (or one of the language coming with the Wizards ), or build the resource for your locale.
To do this, execute the following command, assuming xx is your language code:
cd "c:\Program Files\Autodesk\ObjectARX Wizards for AutoCAD\ArxAddInWiz"
mkdir xx
copy en\*.xml xx
Al.exe /embed:resx\Icons.resources /c:xx /out:xx\ArxAddInWiz.resources.dll
上段文字中的 xx用 zh-chs 代替, 从"Windows开始"->"运行",打开"cmd", 进入命令行状态
------------------------------------------------------------------------------------------------------
或把附件中的zh-chs目录整个复制到
c:\Program Files\Autodesk\ObjectARX Wizards for AutoCAD\ArxAddInWiz 用楼上的方法解决 5楼正解,前提是必须安装中文版的VS2008SP1,后边的工作才有用。 5楼正解,我在网上找到了这个:
sn.wang.blog.163.com/blog/static/309328962012629101758940/
比较详细,我按照它配成功了。在这个论坛里面已经发两回了。 那为什么我的显示的是工具条显示的是白的呢
页:
[1]