明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 11654|回复: 30

OpenDCL软件最新版本下载(v5.0.0.25)[9-23版本]

  [复制链接]
发表于 2008-7-3 00:35 | 显示全部楼层 |阅读模式
本帖最后由 作者 于 2008-10-2 7:52:01 编辑

5.0.0.25:
源码:http://ftp.mjtd.com/download/soft/opendcl/OpenDCLSource.5.0.0.25.zip
运行时工具包(英文):http://ftp.mjtd.com/download/soft/opendcl/OpenDCL.Runtime.ENU.5.0.0.25.msi
运行时工具包(中文):http://ftp.mjtd.com/download/soft/opendcl/OpenDCL.Runtime.CHS.5.0.0.25.msi
OpenDcl软件(英文):http://ftp.mjtd.com/download/soft/opendcl/OpenDCL.Studio.ENU.5.0.0.25.msi
OpenDcl软件(中文):http://ftp.mjtd.com/download/soft/opendcl/OpenDCL.Studio.CHS.5.0.0.25.msi

中文版界面完善补丁Studio.Res.5.0.0.25.rar(将文件解压后替换C:\Program Files\OpenDCL Consortium\OpenDCL Studio\CHS目录下同名文件):

http://ftp.mjtd.com/download/soft/opendcl/Studio.Res.5.0.0.25.rar

以下是汉化过的界面,主要界面都已经汉化,只是还有许多的提示还没有汉化,以后有时间再慢慢做吧。

不过比较麻烦的一件事就是智能帮助中,说明框中的内容不能出现中文,一出现中文就是乱码。再找找有什么办法可以解决。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
"觉得好,就打赏"
还没有人打赏,支持一下
发表于 2008-7-3 14:56 | 显示全部楼层
这个软件我也汉化过,但是汉化后反而不好用,原有的中文版的属性编辑窗口最好把“名称”部分仍改为英文,这样符合英文函数的编程习惯,智能帮助就不会乱码了
发表于 2008-7-3 14:58 | 显示全部楼层
还有下拉菜单的“项目”的窗体类型部分最好仍使用英文
发表于 2008-7-3 18:19 | 显示全部楼层

帮助还是英文的。。。

发表于 2008-7-4 22:05 | 显示全部楼层
本帖最后由 作者 于 2008-7-11 22:51:48 编辑

好东西啊,先占个位子,非常感谢。

有没有简单的例子?像hello word 之类的入门,可以供CAD调用的。

找到啦。

Create an AutoLISP file
Open the Visual LISP editor and create a new LISP file called 'HelloWorld.lsp'. Save it in the same location as the project file (in the AutoCAD search path).

Assign a Lisp File by double clicking the .Lsp IconMSITStore:D:\Program%20Files\OpenDCL%20Consortium\OpenDCL%20Studio\CHS\OpenDCL.chm::/helloworld3.gif" align="right"/>You can associate a LISP file with the project by double clicking on the 'Visual/AutoLISP File Name' icon in the project window on the right side of the Editor Workspace. Code generated by the editor can be automatically added to this file when defining events and will be demonstrated below.
 
Cut and paste the 2 functions in the code below into the new file.

; the following command will ensure the
; appropriate OpenDCL ARX file is loaded
(command "OPENDCL")

(defun c:Hello ()
   ; call the method to load the Hello.odcl file.
   (dcl_Project_Load "HelloWorld" T)
   ; call the method to show the Hello world dialog box example
   (dcl_Form_Show HelloWorld_Form1)
   (princ)
)

You can now load this code and type 'Hello' at the command prompt.  The dialog should display as you last saved it. As the OK button hasn't been assigned an action yet, clicking it will have no effect. To close the dialog, click on the X at the upper right hand corner of the dialog.
发表于 2008-7-5 12:08 | 显示全部楼层

请问我在执行此软体时出现以下讯息
The OpenDCL local language resource module was not found or could not be loaded.
OpenDCL cannot continue.
Please reinstall OpenDCL Runtime to correct the problem.
该怎样处理呢?
烦请各位高手帮忙一下谢谢

发表于 2008-7-5 19:40 | 显示全部楼层

你是不是把安装文件原来 的名字改了,我也出现过这个问题,名字改回去之后就好了,现在也没搞清楚是不是名字改了的原因

发表于 2008-7-6 07:07 | 显示全部楼层

可能是这样吧
但每次当我有安装opendcl套件
却还是会再出现这讯息
只是不清楚
当电脑中存在 4.1 及 5.0 两版本的档案
该怎样处理
不知道各位又是怎样处理呢

发表于 2008-7-10 23:51 | 显示全部楼层
谢谢分享,学习学习
发表于 2008-7-13 09:16 | 显示全部楼层
不错啊 ,谢谢分享。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-5-4 15:53 , Processed in 0.462829 second(s), 28 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表