<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>酷易自绘 - 经验杂谈</title>
    <link>http://hrhrz.com/forum-38-1.html</link>
    <description>Latest 20 threads of 经验杂谈</description>
    <copyright>Copyright(C) 酷易自绘</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 19 May 2026 15:08:46 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://hrhrz.com/static/image/common/logo_88_31.gif</url>
      <title>酷易自绘</title>
      <link>http://hrhrz.com/</link>
    </image>
    <item>
      <title>[经验]文件中的重要数据段[系统信息段]校验失败修复源码...</title>
      <link>http://hrhrz.com/thread-45-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Tue, 06 May 2025 12:00:01 +0000</pubDate>
    </item>
    <item>
      <title>[算法]自由缩放&amp;比例缩放 窗口</title>
      <link>http://hrhrz.com/thread-40-1-1.html</link>
      <description><![CDATA[调用代码

[ecode=0].版本 2

.判断开始 (msg ＝ 512)  \' 鼠标移动
    坐标X ＝ 取高位_短 (lParam)  \' x
    坐标Y ＝ 取低位_短 (lParam)  \' y
    .如果真 (缩放_移动 (坐标X, 坐标Y, 窗口尺寸, 真))
        窗口矩形 ＝ 窗口_取矩形 (hwnd)
        MoveWindow (h ...]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Fri, 12 Jan 2024 11:31:25 +0000</pubDate>
    </item>
    <item>
      <title>[经验]你要打开此文件吗？打开此文件前总是询问</title>
      <link>http://hrhrz.com/thread-37-1-1.html</link>
      <description><![CDATA[该类文件已经关联了后缀名了，还一直提示是否需要打开，按照网上的说法，关闭防火墙，关闭服务等方法都试过了，重启后还是提示。

最后终于，通过不懈的努力，发现了问题所在和解决办法


**** 本内容被作者隐藏 ****
 ...]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Thu, 29 Jun 2023 22:53:31 +0000</pubDate>
    </item>
    <item>
      <title>[经验]调试Not found the kernel library or the kernel library is invalid</title>
      <link>http://hrhrz.com/thread-36-1-1.html</link>
      <description><![CDATA[调试时，出现 Not found the kernel library or the kernel library is invalid 这个错误提示
网上所谓的办法并不完全，也可能是安装的绿色版易语言没有注册信息
下面，我把注册信息公布出来，以后只需要添加上去即可

把 易语言路径 替换成自己的易语言所在路径即可

. ...]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Mon, 19 Jun 2023 13:17:19 +0000</pubDate>
    </item>
    <item>
      <title>[经验]字体匹配不到？影响字体的多种办法</title>
      <link>http://hrhrz.com/thread-34-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Wed, 21 Sep 2022 11:05:45 +0000</pubDate>
    </item>
    <item>
      <title>[经验]静态编译DLL时，输出很多英文？</title>
      <link>http://hrhrz.com/thread-23-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Thu, 31 Mar 2022 12:24:21 +0000</pubDate>
    </item>
    <item>
      <title>[闪烁]如果重画组件或刷新组件时闪烁怎么办？</title>
      <link>http://hrhrz.com/thread-19-1-1.html</link>
      <description><![CDATA[可否重画 ＝ 链表_取值 (组件句柄, #组件数据_可否重画)//备份原来的状态
链表_写值 (组件句柄, #组件数据_可否重画, 0)  //设置重画状态为0

组件_重画（组件句柄，真，假）//进行重画 或刷新操作

链表_写值 (组件句柄, #组件数据_可否重画, 可否重画)//还原原来的状 ...]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Sun, 26 Dec 2021 13:02:55 +0000</pubDate>
    </item>
    <item>
      <title>[踩坑]使用易语言的自带命令时，参数是通用型的请注意</title>
      <link>http://hrhrz.com/thread-18-1-1.html</link>
      <description><![CDATA[使用易语言的自带命令时，参数是通用型的请注意
比如自带命令：写到内存、到字节集...等，不要使用运算命令
错误的方式：到字节集（123+2）、写到内存（123+2，数据地址）
正确的方式为 ：

局部整数型变量=123+2
到字节集（局部整数型变量） 或 到字节集（125）

写到 ...]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Fri, 17 Dec 2021 12:25:48 +0000</pubDate>
    </item>
    <item>
      <title>[踩坑]编译DLL时，避免使用 清除数组 命令</title>
      <link>http://hrhrz.com/thread-15-1-1.html</link>
      <description><![CDATA[在DLL命令中，使用了资源包命令，里面使用了清除数组，然后加入成员。
编译DLL后，调用该DLL的资源包命令，发现莫名的提示内存失败或者直接奔溃
最终，定位到清除数组命令处导致的，从而替换为 重定义数组 命令后正常运行了
 ...]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Tue, 19 Oct 2021 13:13:19 +0000</pubDate>
    </item>
    <item>
      <title>[使用文档]酷易使用白皮书</title>
      <link>http://hrhrz.com/thread-13-1-1.html</link>
      <description><![CDATA[参数的定义说明：
关于文本的参数，可以定义为文本型、字节集、整数型的变量数据地址，这三中类型可以随意修改
关于图片的参数，可以定义为字节集、整数型的变量数据地址，这2种类型可以随意修改
其它自定义数据类型，可以参考参数的备注说明进行修改

创建组件或者窗口 ...]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Wed, 06 Oct 2021 11:07:31 +0000</pubDate>
    </item>
    <item>
      <title>[算法]组件跟着鼠标移动</title>
      <link>http://hrhrz.com/thread-12-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>经验杂谈</category>
      <author>997502977</author>
      <pubDate>Fri, 01 Oct 2021 08:52:48 +0000</pubDate>
    </item>
  </channel>
</rss>