<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Cadence Skill 论坛 - 编译调试</title>
    <link>http://www.allegro-skill.com/forum-41-1.html</link>
    <description>Latest 20 threads of 编译调试</description>
    <copyright>Copyright(C) Cadence Skill 论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 05 Jun 2026 13:50:00 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.allegro-skill.com/static/image/common/logo_88_31.gif</url>
      <title>Cadence Skill 论坛</title>
      <link>http://www.allegro-skill.com/</link>
    </image>
    <item>
      <title>如何将skill编译成cxt格式？</title>
      <link>http://www.allegro-skill.com/thread-147112-1-1.html</link>
      <description><![CDATA[如何将skill编译成cxt格式？]]></description>
      <category>编译调试</category>
      <author>ifuture</author>
      <pubDate>Tue, 19 Jan 2021 12:51:05 +0000</pubDate>
    </item>
    <item>
      <title>AXL-SKILL 语法高亮配置文件</title>
      <link>http://www.allegro-skill.com/thread-147044-1-1.html</link>
      <description><![CDATA[配置步骤：
1.打开notepad++；


2.语言 -&gt; 自定义语言 -&gt; 自定义语言格式
3.新建 -&gt; 输入格式名称，如“SKILL” -&gt; 导入 -&gt; 选择我分享的这个附件
4.在il文件上，选择SKILL语言即可]]></description>
      <category>编译调试</category>
      <author>cc唧唧歪歪cc</author>
      <pubDate>Mon, 14 Sep 2020 03:45:59 +0000</pubDate>
    </item>
    <item>
      <title>SKILL用什么工具调试</title>
      <link>http://www.allegro-skill.com/thread-146624-1-1.html</link>
      <description><![CDATA[初学SKILL，大家用什么工具调试。谢谢大家]]></description>
      <category>编译调试</category>
      <author>yfchen1003</author>
      <pubDate>Wed, 17 Apr 2019 00:40:29 +0000</pubDate>
    </item>
    <item>
      <title>有人用过Plugin吗，Allegor Skill Plugin问题</title>
      <link>http://www.allegro-skill.com/thread-130134-1-1.html</link>
      <description><![CDATA[在Allegro17.2中将例子中的Plugin编译后，加载没有问题，但调用dll中的函数时，程序崩溃了，哪位大牛知道是怎么回事？]]></description>
      <category>编译调试</category>
      <author>fenqinyao</author>
      <pubDate>Thu, 03 May 2018 11:19:35 +0000</pubDate>
    </item>
    <item>
      <title>allegro 中保存文件时，文件名不能为中文，怎么弄？</title>
      <link>http://www.allegro-skill.com/thread-8854-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>编译调试</category>
      <author>hyper</author>
      <pubDate>Sat, 22 Jul 2017 03:05:14 +0000</pubDate>
    </item>
    <item>
      <title>第5课学习的问题</title>
      <link>http://www.allegro-skill.com/thread-8740-1-1.html</link>
      <description><![CDATA[当一个Skill文件中，出现两个相同名字的函数时，总是执行后面一个
Command &gt; sl
function setGrid redefined
function myfunc redefined
function myfunc redefined
Command &gt; dayout
\&quot;hello, procedure!\&quot;




Command &gt; sl
function setGrid redefined
fu ...]]></description>
      <category>编译调试</category>
      <author>hyper</author>
      <pubDate>Thu, 15 Jun 2017 06:07:23 +0000</pubDate>
    </item>
    <item>
      <title>println不支持字符串参数？</title>
      <link>http://www.allegro-skill.com/thread-8739-1-1.html</link>
      <description><![CDATA[问题1.
E- *Error* defun: argument #1 should be a symbol (type template = \&quot;sgg\&quot;) - (printcmpName)
E- *Error* load: error while loading file - \&quot;study.il\&quot; at line 18
defun(printcmpName() 函数名后没有加空格

修改：defun(printcmpName () 

问题2.
C ...]]></description>
      <category>编译调试</category>
      <author>hyper</author>
      <pubDate>Thu, 15 Jun 2017 03:51:34 +0000</pubDate>
    </item>
    <item>
      <title>function HelloWorldMain redefined</title>
      <link>http://www.allegro-skill.com/thread-8710-1-1.html</link>
      <description><![CDATA[是那里出的问题？
axlCmdRegister(\&quot;HelloWorld\&quot; \'HelloWorldMain)

defun(HelloWorldMain ()
        printf(\&quot;Hello,World!\\n\&quot;)
        printf(\&quot;This is my first skill program!\\n\&quot;)
);end defun]]></description>
      <category>编译调试</category>
      <author>hyper</author>
      <pubDate>Fri, 09 Jun 2017 05:51:45 +0000</pubDate>
    </item>
    <item>
      <title>Axl command to assign object color</title>
      <link>http://www.allegro-skill.com/thread-8227-1-1.html</link>
      <description><![CDATA[What is the axl command which can assign object different color ?

Thanks]]></description>
      <category>编译调试</category>
      <author>mentorkk</author>
      <pubDate>Tue, 07 Feb 2017 05:27:18 +0000</pubDate>
    </item>
    <item>
      <title>求助！skill中怎么样进行坐标计算？？？？</title>
      <link>http://www.allegro-skill.com/thread-7923-1-1.html</link>
      <description><![CDATA[skill中怎么通过一个已知的坐标，通过对坐标进行运算找到它相邻的其它坐标，并读取新的坐标的属性？

如果直接相加的话，会报错]]></description>
      <category>编译调试</category>
      <author>skny2011</author>
      <pubDate>Thu, 10 Nov 2016 01:53:16 +0000</pubDate>
    </item>
    <item>
      <title>怎么样通过skill语句获取未连接飞线的两个端点的坐标？</title>
      <link>http://www.allegro-skill.com/thread-7909-1-1.html</link>
      <description><![CDATA[怎么样通过skill语句获取未连接飞线的两个端点的坐标？]]></description>
      <category>编译调试</category>
      <author>skny2011</author>
      <pubDate>Tue, 08 Nov 2016 03:40:03 +0000</pubDate>
    </item>
    <item>
      <title>【求助】求走线在两个通孔pin正中间的Skill代码</title>
      <link>http://www.allegro-skill.com/thread-6068-1-1.html</link>
      <description><![CDATA[求走线在两个通孔pin正中间的Skill代码，
功能实现：零件走线出来时候，从两个pin之间出来的线可以走在相邻两个pin正中间，
Thanks~]]></description>
      <category>编译调试</category>
      <author>cuiergongzhu</author>
      <pubDate>Thu, 13 Aug 2015 04:25:09 +0000</pubDate>
    </item>
    <item>
      <title>skii实时调试</title>
      <link>http://www.allegro-skill.com/thread-5488-1-1.html</link>
      <description><![CDATA[如何在编写skill过程中实时进行调试，而不用每次都得重新打开allegro]]></description>
      <category>编译调试</category>
      <author>huijunlv</author>
      <pubDate>Wed, 04 Feb 2015 01:51:20 +0000</pubDate>
    </item>
    <item>
      <title>单引号与双引号的区别</title>
      <link>http://www.allegro-skill.com/thread-3400-1-1.html</link>
      <description><![CDATA[想弄清楚skill语言里单引号与双引号的用法差别]]></description>
      <category>编译调试</category>
      <author>lanhao</author>
      <pubDate>Tue, 22 Jul 2014 07:54:53 +0000</pubDate>
    </item>
    <item>
      <title>nodepad++怎么配置？</title>
      <link>http://www.allegro-skill.com/thread-3399-1-1.html</link>
      <description><![CDATA[怎么配置语法高亮？？]]></description>
      <category>编译调试</category>
      <author>lanhao</author>
      <pubDate>Tue, 22 Jul 2014 07:27:36 +0000</pubDate>
    </item>
    <item>
      <title>如何获取Diffpair信息问题</title>
      <link>http://www.allegro-skill.com/thread-3167-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>编译调试</category>
      <author>skilljinglan</author>
      <pubDate>Fri, 23 May 2014 07:57:12 +0000</pubDate>
    </item>
    <item>
      <title>SKILL 如何单步调式</title>
      <link>http://www.allegro-skill.com/thread-2783-1-1.html</link>
      <description><![CDATA[请问大家在开发SKILL时,
SKILL 如何单步调式?]]></description>
      <category>编译调试</category>
      <author>00hai2005</author>
      <pubDate>Fri, 04 Apr 2014 03:39:03 +0000</pubDate>
    </item>
    <item>
      <title>Notepad++里面没有SKILL语言啊</title>
      <link>http://www.allegro-skill.com/thread-2321-1-1.html</link>
      <description><![CDATA[Notepad++里面没有SKILL语言啊，各位大神你们是怎么设置的啊]]></description>
      <category>编译调试</category>
      <author>chenhong72tv</author>
      <pubDate>Fri, 27 Dec 2013 06:06:54 +0000</pubDate>
    </item>
    <item>
      <title>各位前辈，求指个方向</title>
      <link>http://www.allegro-skill.com/thread-613-1-1.html</link>
      <description><![CDATA[想深入学学SKILL方面的（补充一下，我有软件基础，会写C、C++代码），请前辈们介绍下SKILL方面哪些教程或书藉比较好，先谢谢诸位了]]></description>
      <category>编译调试</category>
      <author>bluroot</author>
      <pubDate>Mon, 01 Jul 2013 14:05:30 +0000</pubDate>
    </item>
    <item>
      <title>关于callback的curValue类问题</title>
      <link>http://www.allegro-skill.com/thread-347-1-1.html</link>
      <description><![CDATA[前两天写一段代码，一个form，包含两个REALFILLIN,和几个按钮如下所示：

用case函数取两个块内的数值
case（form-&gt;curField
        (\&quot;oldwidth\&quot;     a =form-&gt; curValue)
        (\&quot;newwidth\&quot;   b = form-&gt;curValue)
);case
从语法上理解，光标在oldwidth时， ...]]></description>
      <category>编译调试</category>
      <author>chuankay</author>
      <pubDate>Mon, 03 Jun 2013 15:37:28 +0000</pubDate>
    </item>
  </channel>
</rss>