h2023197 发表于 2004-9-13 11:37:00

如何用arx开发的程序调用lisp程序????

如何用arx开发的程序调用lisp程序????谢谢指教!!!!

zfbj 发表于 2004-9-13 20:56:00

ARX这么强大,何必还要调用LISP中的东西?
用acedCommand方法能调用LISP已经注册的命令,其他的偶就不知道了。

easypower 发表于 2004-9-14 08:03:00

也不是这么说,lisp也有他自己的好处的...

oyxx1023 发表于 2006-11-16 15:24:00

至少程序很简洁,比如要删除一个实体,LISP:ENTDEL EN就行了。
ARX得搞一大堆。

diana_sky 发表于 2006-11-19 12:31:00

同样的问题,进来做个记号,呵呵

chenknight 发表于 2006-12-13 21:11:00

用这个函数可以
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
argumentsresult
Address of an output result-buffer pointer which
on success contains the external function's return values and on failure is
NULL
页: [1]
查看完整版本: 如何用arx开发的程序调用lisp程序????