aicr317 发表于 2009-8-10 23:28:00

******【邱枫安装制作程序疑惑】******

<p>使用邱枫的安装制作程序很多时间了,在CAD2004-2006上一切OK,今天在2007-2008版本上测试安装,出现支持文件搜索路径加载不完整的现象,如:</p><p>设置了以下路径:</p><p>(defun Init_scei ()<br/>&nbsp; ;; 添加支持路径&nbsp; <br/>&nbsp; (AddSupportPath (GetsceiPath) nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\阀门") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\计算工具") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\图签") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\文档") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\其他软件") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\其他软件<a href="file://\\spx">\\spx</a>") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\其他软件<a href="file://\\unit">\\unit</a>") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\其他软件<a href="file://\\S-DEMO">\\S-DEMO</a>") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "<a href="file://\\dcg">\\dcg</a> &amp; listDCL") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\加载应用程序") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\阀门及管件") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\代码组") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\管件") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\其他软件<a href="file://\\notepad">\\notepad</a>++") nil)<br/>&nbsp; (AddSupportPath (strcat (GetsceiPath) "\\其他软件<a href="file://\\screenflash">\\screenflash</a>") nil)</p><p></p><p>在04-06上都能全部添加进去,而在07-08上实际只增加了最后一个路径,即: (AddSupportPath (strcat (GetsceiPath) "\\其他软件<a href="file://screenflash/">\\screenflash</a>") nil)</p><p>请高手解答疑惑!</p>

xchrimp 发表于 2009-8-11 00:43:00

xchrimp 发表于 2009-8-11 01:04:00

aicr317 发表于 2009-8-11 08:35:00

不懂LSP,只是照葫芦画瓢,还请高手详细指点!!!

5061220 发表于 2009-8-11 11:05:00

<p>安装程序还不会作,现在用OPen DCL的自动加载功能,以后在慢慢学自动安装功能。</p>

nonsmall 发表于 2009-8-11 11:08:00

aicr317发表于2009-8-11 8:35:00static/image/common/back.gif不懂LSP,只是照葫芦画瓢,还请高手详细指点!!!

<p>不懂没关系,可以学习</p><p>但是转载别人的文章请注明作者</p><p><a href="http://bbs.hcbbs.com/viewthread.php?tid=521541">http://bbs.hcbbs.com/viewthread.php?tid=521541</a></p>

aicr317 发表于 2009-8-11 13:20:00

*****dvb加载的问题,高手进来!*****

nonsmall发表于2009-8-11 11:08:00static/image/common/back.gif不懂没关系,可以学习但是转载别人的文章请注明作者http://bbs.hcbbs.com/viewthread.php?tid=521541

<p>已经删除此贴,请放心!</p>

zfsaaa 发表于 2009-8-12 21:56:00

我也是下了最新版的(09.06.10),安装是只能安到CAD2002-cad2004,没有CAD2008选项,不知是何原因。我有装CAD2008的

aicr317 发表于 2009-8-12 22:13:00

<p>在SETUP.INI中,检查一下版本支持到什么程度:</p><p>VersionSupport=R15.0;R15.1;R16.0;R16.1;R16.2;R17.0;R17.1;R17.2</p><p>在ACAD命令行,输入ACADVER,看看是什么版本,加进去就可以了!</p><p></p>

zfsaaa 发表于 2009-8-13 22:20:00

本帖最后由 作者 于 2009-8-14 10:14:13 编辑

   (已解决)
页: [1] 2
查看完整版本: ******【邱枫安装制作程序疑惑】******