xinxirong 发表于 2008-10-21 08:22:00

[求助]为什么acedRetName总是返回RTERROR

<p>&nbsp;&nbsp;以下代码len为1,但acedRetName总是返回RTERROR,为什么?</p><p>ret=acedSSLength(myss1,&amp;len);<br/>&nbsp;&nbsp;if(ret!=RTNORM)&nbsp;&nbsp;return;<br/>&nbsp;&nbsp;if (len==0)&nbsp;return;</p><p>&nbsp;&nbsp;ret=acedRetName(myss1,RTPICKS);<br/>&nbsp;&nbsp;if (ret==RTNORM)<br/>&nbsp;&nbsp;{ <br/>&nbsp;&nbsp;&nbsp;acutPrintf("&lt;P1 Selection set&gt;");<br/>&nbsp;&nbsp;}</p>

xinxirong 发表于 2008-10-21 10:53:00

<p>已解决。</p><p>原来不能用addCommand,而要用acedDefun,才能返回值给Lisp。 </p>
页: [1]
查看完整版本: [求助]为什么acedRetName总是返回RTERROR