明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
楼主: vitalgg

【视频】@lisp 让CAD命令行成为你的设计助理。已收录autolisp函数2600+

  [复制链接]
发表于 2022-8-28 19:48:51 | 显示全部楼层
太厉害了,做这个要花很多时间和精力。
发表于 2022-8-29 14:14:25 | 显示全部楼层

dear sir,

im from india, Mumbai
发表于 2022-8-29 14:23:54 | 显示全部楼层
本帖最后由 sachindkini 于 2022-8-29 14:25 编辑

Command: (@:PACKAGE-MANAGER-GUI)
: Loading @lisp ...
: version: 1.6.19
ERROR: Code: 500
no function definition:@OG-SERVERWinHttp.WinHttpRequest:   The server returned an invalid or unrecognized response
 楼主| 发表于 2022-8-29 15:09:42 | 显示全部楼层
本帖最后由 vitalgg 于 2022-8-29 15:19 编辑
sachindkini 发表于 2022-8-29 14:23
Command: (@ACKAGE-MANAGER-GUI)
: Loading @lisp ...
: version: 1.6.19

Input @U in CAD commandline to upgrade your @lisp to version 1.6.20

You need install language package in your windows ,if you will install and use packages  feature.










本帖子中包含更多资源

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

x
 楼主| 发表于 2022-8-29 15:32:46 | 显示全部楼层
本帖最后由 vitalgg 于 2022-8-29 15:44 编辑

sachindkini 发表于 2022-8-29 14:23
Command: (@ACKAGE-MANAGER-GUI)
: Loading @lisp ...
: version: 1.6.19



英文水平很差,还是不卖弄了。
需要进控制面板的语言项里设置。
下图那个是必需的,其它不用管。
设置完成好,注销,重进系统,菜单就可以显示中文了。
但是如果你需要印度语。这个会冲突。需要应用包都支持多语言才行。

My English level is very poor, so I still don't show off.

It needs to be set in the language item of the control panel.

The one in the figure below is required, and the others are not required.

After setting, log out and re-enter the system, and the menu will display Chinese.

But if you need Hindi. This will conflict. The application package needs to support multiple languages.





本帖子中包含更多资源

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

x
发表于 2022-8-29 15:38:15 | 显示全部楼层
初学,我要试一试
 楼主| 发表于 2022-8-29 16:12:12 | 显示全部楼层
本帖最后由 vitalgg 于 2022-8-29 23:13 编辑
sachindkini 发表于 2022-8-29 14:14
dear sir,

im from india, Mumbai




Please ping atlisp.cn and atlisp.org
show  the time .

Internationally,  atlisp.org was used。
The server was moved to India. And be rebuilt .

本帖子中包含更多资源

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

x
发表于 2022-8-29 17:42:30 | 显示全部楼层
和天正不兼容,加载天正后不显示
 楼主| 发表于 2022-8-29 23:21:17 | 显示全部楼层
shujh1989 发表于 2022-8-29 17:42
和天正不兼容,加载天正后不显示

天正2014有过不能加载的问题。好多其它插件也有类似的问题出现过。

如果想保证启动,可以将以下代码加到 acaddoc.lsp 文件的末尾

  1. (if (and (null (member (type @) '(subr xsubr)))
  2.          (null (member (type @:load-config) '(subr xsubr)))
  3.          (or (findfile "@lisp.fas")(findfile "@lisp.zelx")))
  4.       (vl-load-all "@lisp"))
  5. (defun-q atlisp-startup ()
  6.   (@:init-once)
  7.   )
  8. (setq s::startup (append s::startup atlisp-startup))
发表于 2022-8-30 09:33:51 | 显示全部楼层
vitalgg 发表于 2022-8-29 23:21
天正2014有过不能加载的问题。好多其它插件也有类似的问题出现过。

如果想保证启动,可以将以下代码加 ...

多谢回复,在2017和2018CAD测试,加了这几行代码也没有用。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 10:32 , Processed in 0.184739 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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