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

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

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

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

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

用这个函数可以


<p class="signatureInEnd">int acedInvoke(const struct resbuf * args,struct resbuf ** result);</p>
<table class="argumentList">
<tbody>
<tr valign="baseline">
<td class="argumentName">args</td>
<td class="argumentDescription">Input result-buffer list that specifies the
external function call; contains the name of the external function and its
arguments</td></tr>
<tr valign="baseline">
<td class="argumentName">result</td>
<td class="argumentDescription">Address of an output result-buffer pointer which
on success contains the external function's return values and on failure is
NULL</td></tr></tbody></table><br/>
页: [1]
查看完整版本: 如何用arx开发的程序调用lisp程序????