11 2020 档案
摘要:1. omnipascal 插件, 为VS Code 提供面向Pascal语言的 IDE支持2. pascal-formatter 插件 https://github.com/alefragnani/vscode-pascal-formatter, 需要额外下载 Jedi Code Format:
阅读全文
摘要:google机器翻译的文章 https://paklebah.github.io/fpc-dan-vscode.html FreePascal and VSCode 前一段时间,在Pascal Indonesia小组中,我说过Pascal程序员不必与Delphi和Lazarus这样的IDE捆绑在一起
阅读全文
摘要:zeosdac(也叫做zeoslib)https://sourceforge.net/projects/zeoslib/同时支持Delphi和Lazarus的数据访问组件, CodeTyphon 已经预先安装该组件包使用教程 http://www.sistemavalladolid.com/sist
阅读全文
摘要:TList.Add() 参数是一个 Pointer, 下面是一个如何将 Integer 值处理为 Pointer的. copy from : https://forum.lazarus.freepascal.org/index.php?topic=22905.0 type pinteger=^int
阅读全文
摘要:Free pascal 本身支持多种dialect方言(或者叫mode), 支持 objfpc/delphi/delphiunicode, 还有 tp/iso 等不常用的方言. 在一个项目中, dialect 是 per unit 设定的. 不同方言支持的语法有些许区别, 主要不同体现在: stri
阅读全文
摘要:https://wiki.lazarus.freepascal.org/Code_Conversion_Guide Code Conversion Guide │ Deutsch (de) │ English (en) │ español (es) │ français (fr) │ Bahasa
阅读全文