seven588 发表于 2009-11-10 16:46:00

求助!为什么我的ArxWizards安装之后没有图标?

<p>刚刚学习ARX的二次开发,就遇到了问题,希望哪位高手能够给予帮助!</p><p>我搭建的环境是:ObjectARX2010+VS2008中文版,安装ArxWizards后,在VS2008的开发环境中出现了ARX的工具栏,但没有工具按钮,又安装VS2008的SP1补丁后,工具栏中有按钮了,但按钮没有图标!这是什么问题?该怎么解决?</p><p>有哪位高手遇到过这种问题,希望能够指点一下,谢谢啦!</p><p></p>

sheji2007 发表于 2009-11-12 15:41:00

我也是这样的问题,不知道怎么办

happy72096 发表于 2009-11-19 11:19:00

在工具栏里单击右键,选择“自定义”,工具栏里面有个objectarx addin,勾上就可以了。

dengxiancai 发表于 2010-5-5 12:08:00

tunogoro 发表于 2011-3-31 20:53:20

1. 必须安装中文版的VS2008SP1
2. 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

yulinxx 发表于 2012-4-12 11:22:11

   用楼上的方法解决

xiaozhuyaofei 发表于 2012-6-1 14:23:22

5楼正解,前提是必须安装中文版的VS2008SP1,后边的工作才有用。

日照大师 发表于 2012-7-29 20:05:04

5楼正解,我在网上找到了这个:
sn.wang.blog.163.com/blog/static/309328962012629101758940/
比较详细,我按照它配成功了。在这个论坛里面已经发两回了。

YAOSHIWEI 发表于 2012-8-1 09:51:56

那为什么我的显示的是工具条显示的是白的呢

trhaha 发表于 2015-2-2 10:48:21

页: [1]
查看完整版本: 求助!为什么我的ArxWizards安装之后没有图标?