<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Lazarus中文社区 - Lazarus 教程</title>
    <link>https://www.fpccn.com/forum-38-1.html</link>
    <description>Latest 20 threads of Lazarus 教程</description>
    <copyright>Copyright(C) Lazarus中文社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 03 May 2026 10:15:31 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.fpccn.com/static/image/common/logo_88_31.gif</url>
      <title>Lazarus中文社区</title>
      <link>https://www.fpccn.com/</link>
    </image>
    <item>
      <title>【lazarus多线程访问和网络】pdf 教程</title>
      <link>https://www.fpccn.com/thread-22702-1-1.html</link>
      <description><![CDATA[此教程包含了： 
 1：lazarus 的线程的概念
 2：lazarus 在不同操作系统下的线程 
 3：lazarus 通用线程Tthread 
 4：lazarus 线程中异步无锁写入组件
 5：lazarus 匿名线程 
 6：lazarus 通用线程应用 
 7：lazarus 的第三库线程和线程池 
 8：lazarus 访问网 ...]]></description>
      <category>Lazarus 教程</category>
      <author>leisure</author>
      <pubDate>Wed, 02 Apr 2025 05:49:20 +0000</pubDate>
    </item>
    <item>
      <title>缅怀民族英雄</title>
      <link>https://www.fpccn.com/thread-22699-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Lazarus 教程</category>
      <author>逍遥派掌门人</author>
      <pubDate>Tue, 11 Feb 2025 01:34:03 +0000</pubDate>
    </item>
    <item>
      <title>吐槽下Object Pascal 编程语言手册 Delphi 11 Alexandria Edition中文翻译本真够..</title>
      <link>https://www.fpccn.com/thread-22689-1-1.html</link>
      <description><![CDATA[听说是个台湾人翻译的，读起来真是别扭。感觉很多都是机器翻译的。
首先“型别”也不知道哪里找来的词，用“类型”就流畅多了
function一般都是翻译函数的，书里的\&quot;函式\&quot;也不知道是哪里找来的词

指针那段更是错误连篇
What About Pointers 直译成\&quot;关于指针\&quot;就是了 ...]]></description>
      <category>Lazarus 教程</category>
      <author>dong555</author>
      <pubDate>Wed, 28 Feb 2024 12:23:43 +0000</pubDate>
    </item>
    <item>
      <title>MACOS 上的IME 的PATCH。</title>
      <link>https://www.fpccn.com/thread-22667-1-1.html</link>
      <description><![CDATA[1. 按檔名去找對應的FOLDER 和PATCH 掉原來的檔案。
2. BUILD LAZARUS IDE, 要選擇 CLEAN ALL

下載點
https://github.com/terrylao/FPC_PATCH]]></description>
      <category>Lazarus 教程</category>
      <author>powerpcer</author>
      <pubDate>Sun, 09 Oct 2022 01:47:25 +0000</pubDate>
    </item>
    <item>
      <title>lazarus 2.2.2 安装</title>
      <link>https://www.fpccn.com/thread-22653-1-1.html</link>
      <description><![CDATA[2022年05月19日正式发布lazarus IDE 2.2.2

lazarus IDE 2.2.2默认使用FreePascal 3.2.2和新的调试器FpDebug，lazarus IDE 2.2.2在易用性方面改变挺大，总结先lazarus IDE 在安装或使用时会遇到一些问题，故编写了一份安装说明，以供参考，
.
主要内容：设置 智能代 ...]]></description>
      <category>Lazarus 教程</category>
      <author>robsean</author>
      <pubDate>Thu, 26 May 2022 08:23:22 +0000</pubDate>
    </item>
    <item>
      <title>[转]为Linux下的Lazarus添加完美中文输入支持</title>
      <link>https://www.fpccn.com/thread-22647-1-1.html</link>
      <description><![CDATA[linux下Lazarus 2.2.0 GTK2版代码编辑器及SynEdit控件不支持中文输入，长期困扰着使用中文的开发者，需然网上已有解决方案，但并不是最佳的解决办法，跟踪源码后发现，只需将这5个文件按下面的方法添加{$define WITH_GTK2_IM}和{$define Gtk2IME}就能完美修复不支持中 ...]]></description>
      <category>Lazarus 教程</category>
      <author>wylton</author>
      <pubDate>Sun, 23 Jan 2022 21:14:50 +0000</pubDate>
    </item>
    <item>
      <title>lazarus 2.2.0安装</title>
      <link>https://www.fpccn.com/thread-22645-1-1.html</link>
      <description><![CDATA[2022年01月05日正式发布lazarus IDE 2.2.0

2021年05月20日正式发布FreePascal 3.2.2

lazarus IDE 2.2.0与先前的lazarus IDE1.8.x及后续2.0.x系列相比变化很大，
lazarus IDE 2.2.0默认使用FreePascal 3.2.2和新的调试器FpDebug，lazarus IDE1.8.x及后续2.0.x默认 ...]]></description>
      <category>Lazarus 教程</category>
      <author>robsean</author>
      <pubDate>Tue, 18 Jan 2022 01:40:22 +0000</pubDate>
    </item>
    <item>
      <title>关于脚本语言PascalScript学习与讨论</title>
      <link>https://www.fpccn.com/thread-22643-1-1.html</link>
      <description><![CDATA[Pascal Script 的特点：
1.其变量都是强类型的
2.编译和执行是分开的
这和Java一样先编译成机器(中间)语言，然后执行二进制文件。

Pascal Script 的优点：
1.编译速度快，运行速度快。
2.编译结果可以跨平台运行。
3.引擎可嵌入程序，可制成虚拟机。
4.与其他 ...]]></description>
      <category>Lazarus 教程</category>
      <author>kwer</author>
      <pubDate>Thu, 16 Dec 2021 09:04:07 +0000</pubDate>
    </item>
    <item>
      <title>教程《学习汇编语言》</title>
      <link>https://www.fpccn.com/thread-22641-1-1.html</link>
      <description><![CDATA[大家好：FreePascal支持内嵌汇编语言。
历时5个月翻译完：《学习汇编语言》，有名《编程是一种艺术》
从2016年找到这篇文章，到最终翻译下决定翻译，期间经历了数年之久另：不熟悉汇编，我只是按我所理解的汇编翻译出来的，请帮忙指正

请下载附件







 ...]]></description>
      <category>Lazarus 教程</category>
      <author>robsean</author>
      <pubDate>Sat, 24 Jul 2021 01:26:42 +0000</pubDate>
    </item>
    <item>
      <title>教程《Lazarus 用户界面布局和自动化》与《交叉编译》</title>
      <link>https://www.fpccn.com/thread-22633-1-1.html</link>
      <description><![CDATA[大家好：
历时数月终于翻译完：《Lazarus 用户界面布局和自动化》
翻译自lazarus的维基英文版本，也可以直接查看维基中文版本（和附件内容是一样的）
喜欢定制界面的可以参考一下

另：翻译完成windows与linux之间的交叉编译：《从源文件构建针对从win32到linux的 ...]]></description>
      <category>Lazarus 教程</category>
      <author>robsean</author>
      <pubDate>Wed, 17 Mar 2021 00:07:08 +0000</pubDate>
    </item>
    <item>
      <title>教程《Pascal小书》</title>
      <link>https://www.fpccn.com/thread-22614-1-1.html</link>
      <description><![CDATA[大家好：
  我刚刚翻译了第三本英文书
书的名称是《 Learn Pascal Programming Tutorial》或《Pascal Small Book》，比较遗憾的是找不到书的原作者和原发布网站
中文翻译版本《Pascal小书》翻译完成，是比较基础的Pascal入门读物，请下载附件]]></description>
      <category>Lazarus 教程</category>
      <author>robsean</author>
      <pubDate>Wed, 22 Jul 2020 00:08:28 +0000</pubDate>
    </item>
    <item>
      <title>在新冠疫情的战役中前行</title>
      <link>https://www.fpccn.com/thread-22605-1-1.html</link>
      <description><![CDATA[一场规模庞大的突发事件出现在本该欢庆的春节假期，举国上下进入紧急防疫状态，百姓响应国家的要求留在家中防止传染。
      但是疫情挡不住我们的学习热情，Lazarus中文社区重新上线了！
      因为种种原因，社区下线了一段时间，导致无法给各位爱好者提供帮 ...]]></description>
      <category>Lazarus 教程</category>
      <author>逍遥派掌门人</author>
      <pubDate>Tue, 04 Feb 2020 13:16:52 +0000</pubDate>
    </item>
    <item>
      <title>Lazarus2.0入门教程——编写大纲，施工中</title>
      <link>https://www.fpccn.com/thread-22600-1-1.html</link>
      <description><![CDATA[Lazarus2.0入门教程
1 前言
2 Lazarus基础知识
2.1 Lazarus的特点 
2.2 Lazarus的下载和安装
2.3 Lazarus的集成开发环境
2.4 第一个实例——你好，世界！
2.5 小结
3 Free Pascal语言基础
3.1 Pascal介绍
3.2 标识符
3.3 数据类型
3.4 赋值语句
3.5 过程与 ...]]></description>
      <category>Lazarus 教程</category>
      <author>testbug</author>
      <pubDate>Thu, 11 Jul 2019 03:18:56 +0000</pubDate>
    </item>
    <item>
      <title>教程《给程序员的现代ObjectPascal介绍》</title>
      <link>https://www.fpccn.com/thread-22598-1-1.html</link>
      <description><![CDATA[大家好：
  我和幽云渔者一起翻译了新书籍
《Modern Object Pascal Introduction for Programmers》的第一版本的中文翻译版本《给程序员的现代ObjectPascal介绍》翻译完成，请下载附件]]></description>
      <category>Lazarus 教程</category>
      <author>robsean</author>
      <pubDate>Thu, 11 Jul 2019 02:38:31 +0000</pubDate>
    </item>
    <item>
      <title>教程《开始编程使用pascal与lazarus》</title>
      <link>https://www.fpccn.com/thread-22589-1-1.html</link>
      <description><![CDATA[《StartProgUsingPascal》的中文翻译版本《开始编程使用pascal与lazarus》翻译完成，请下载附件



网友：懒懒 在上述翻译下所做的 排版与增译，请下载附件]]></description>
      <category>Lazarus 教程</category>
      <author>robsean</author>
      <pubDate>Mon, 17 Sep 2018 07:00:32 +0000</pubDate>
    </item>
    <item>
      <title>CodeTyphon Mac安装尝试</title>
      <link>https://www.fpccn.com/thread-22571-1-1.html</link>
      <description><![CDATA[为什么要在Mac里安装CodeTyphon而不是Lazarus？因为Lazarus只提供了32位版，目前苹果的势头看起来下个版本就不支持32位程序了，所以只能装CodeTyphon试试。

CodeTyphon网站上提供的安装教程：

1. 首先安装Xcode和命令行工具。实测：没仔细测，基本都要装吧。
2.  ...]]></description>
      <category>Lazarus 教程</category>
      <author>bttt</author>
      <pubDate>Wed, 11 Jul 2018 15:17:03 +0000</pubDate>
    </item>
    <item>
      <title>Win8.1下的TODBCConnection连接ACCESS</title>
      <link>https://www.fpccn.com/thread-22550-1-1.html</link>
      <description><![CDATA[看了论坛的帖子，一直连不上。偶然想起是不是驱动不对。果然，安装以下驱动就OK了。

Microsoft Access Database Engine 2010 Redistributable下载地址https://www.microsoft.com/en-us/download/details.aspx?id=13255

以下是我的连接代码：
     Conn.Driver := ...]]></description>
      <category>Lazarus 教程</category>
      <author>sq8706</author>
      <pubDate>Wed, 23 May 2018 05:49:48 +0000</pubDate>
    </item>
    <item>
      <title>Lazarus控制WPS表格的例子</title>
      <link>https://www.fpccn.com/thread-22421-1-1.html</link>
      <description><![CDATA[这次来的是控制WPS表格的，就是打开，关闭，很简单。直接上菜：]]></description>
      <category>Lazarus 教程</category>
      <author>逍遥派掌门人</author>
      <pubDate>Wed, 13 Sep 2017 09:17:08 +0000</pubDate>
    </item>
    <item>
      <title>Lazarus控制WPS文字打开文件的例子</title>
      <link>https://www.fpccn.com/thread-22392-1-1.html</link>
      <description><![CDATA[下面的例子展示如何启动、关闭WPS文字，并打开一个已有的文字文件。
代码如下：]]></description>
      <category>Lazarus 教程</category>
      <author>逍遥派掌门人</author>
      <pubDate>Tue, 22 Aug 2017 05:56:53 +0000</pubDate>
    </item>
    <item>
      <title>lazarus命令列在哪里？</title>
      <link>https://www.fpccn.com/thread-5191-1-1.html</link>
      <description><![CDATA[錯誤發生在這一行:{$R *.DFM} 我該怎麼解決這問題?Lazarus (更正確的說法，是 Linux 作業系統) 並不認得資源檔，所以您不能直接把Delphi/Win32 環境裡面的用法直接拿過來用。不過 Lazarus 套用了一個跟這很像的方法，所以只要您依照以下的步驟，就仍然可以使用 Delphi  ...]]></description>
      <category>Lazarus 教程</category>
      <author>hijenny</author>
      <pubDate>Tue, 02 May 2017 14:38:20 +0000</pubDate>
    </item>
  </channel>
</rss>