|
高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】如何用arx开发的程序调用lisp程序????
如何用arx开发的程序调用lisp程序????
如何用arx开发的程序调用lisp程序????
如何用arx开发的程序调用lisp程序????谢谢指教!!!!
arx这么强大,何必还要调用lisp中的东西?
用acedcommand方法能调用lisp已经注册的命令,其他的偶就不知道了。
也不是这么说,lisp也有他自己的好处的...
至少程序很简洁,比如要删除一个实体,lisp:entdel en就行了。
arx得搞一大堆。
小学的时候老师在台上讲“帅”的含义, 我听不懂,同桌的女孩红着脸递给我一面 镜子,那一霎那,我明白了。
同样的问题,进来做个记号,呵呵
i love sky
用这个函数可以
int acedinvoke(const struct resbuf * args,struct resbuf ** result);
args
input result-buffer list that specifies the
external function call; contains the name of the external function and its
arguments
result
address of an output result-buffer pointer which
on success contains the external function's return values and on failure is
null
我的作品,您的选择//www.umould.com/thread-1637-1-1.html
|