论坛


   修正EMB源调整导致采集失败的问题;删除2个失效的源
2026年4月23日     


2026年6月19日 星期五

Lazarus移动版启动程序 - 秋·风

秋·风| 博客园 - 秋·风 |22:26:00

【摘要】理论上,只要安装的lazarus符合以下的目录结构都可以使用,使用这个程序可以将已安装的lazarus拷贝到任意位置使用(包括在移动硬盘),第一次启用lazarus使用这个程序会生成桌面快捷方式,之后使用桌面快捷方式就可以。根据CPU+OS选择相应的程序拷贝到:xxxx...

2026年6月18日 星期四

CnWizards_1.8.0.1359_Nightly.exe

Cnpack| Cnpack.org |09:34:00

* [代码输入助手] 继续优化一处点号后的弹出体验。

2026年6月17日 星期三

AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server

.NET Team, Jan Krivanek| ASP.NET Blog |17:00:00

Diagnose MSBuild build failures and performance issues with AI using the new Microsoft Binlog MCP Server - 15 specialized tools that let your AI assistant investigate binary logs.The postAI-Powered MSBuild Investigation with the Microsoft Binlog M...

delphi开发的APP如何跳转微信小程序

红鱼儿| 博客园_红鱼儿 |11:03:00

有这样的需求,在我开发的delphi app上,要跳转到一个微信小程序。 第一步,判断本机是否安装微信 function IsWeChatInstalled: Boolean; var PkgMgr: JPackageManager; begin Result := False; try PkgMg

2026年6月16日 星期二

fpc 3.2.2交叉编译i386-linux链接出错 - 秋·风

秋·风| 博客园 - 秋·风 |12:32:00

【摘要】fpc 3.2.2交叉编译i386-linux链接出错,原以为是cross的lib问题,查询发现是:FPC 3.2.2 的源码文件 fpcsrc/rtl/linux/i386/si_c21.inc ,它引用了 __libc_csu_init 和 __libc_csu_fini 这两个函数。然而,在较 <a href="https://www.cnblogs.com/qiufeng...

ActiveRecord ORM

delphi中间件| 博客园_咏南中间件和开发框架 |10:45:00

ActiveRecord ORM

RAD(速成应用开发)

delphi中间件| 博客园_咏南中间件和开发框架 |10:26:00

RAD(速成应用开发)

2026年6月15日 星期一

CnWizards_1.8.0.1358_Nightly.exe

Cnpack| Cnpack.org |13:42:00

* [代码输入助手] 优化一处点号后的弹出体验。

Get Agentic AI in Your IDE With Kai, Save Up to 40% on New Licenses

Hagop Panosian| Embarcadero Delphi Blogs |13:03:43

AI is changing how developers build software, but the biggest gains come when AI fits naturally into the tools developers already use. That is the idea behind Kai, Embarcadero’s premium agentic AI add-on for RAD...

2026年6月13日 星期六

An Update On Kai and Claude AI Integration

Ian Barker| Embarcadero Delphi Blogs |19:34:04

Hi everyone. We found that we needed to update our instructions on how to make Kai and Claude work together. We also clarified a few steps. You may find that in your version Kai still...

2026年6月11日 星期四

Delphi向けAIエージェント「Kai」を調査してみた

vram| qiita.com |09:23:41

はじめに 2026年6月、EmbarcaderoからRAD Studio向けAIエージェント「Kai」が発表されました。 ウェビナー、FAQ、サポート情報を確認してみましたが、現時点では分かっていることと分かっていないことが混在しています。 この記事では、Delphi開発...

2026年6月10日 星期三

Join us for .NET Day on Agentic Modernization Livestream

Jeffrey Fritz| ASP.NET Blog |17:05:00

Announcing the .NET Day of Agentic Modernization LivestreamThe postJoin us for .NET Day on Agentic Modernization Livestreamappeared first on.NET Blog.

lazarus鸿蒙开发13:使用鸿蒙原生API画图--lazarus侧关键代码 - 秋·风

秋·风| 博客园 - 秋·风 |00:12:00

【摘要】OHOS_Lazarus.lpr: library OHOS_Lazarus; {$mode objfpc}{$H+} {$longstrings on} {$packenum 4} //确保 Pascal 中的枚举类型和记录体在内存中的对齐方式与 C 语言完全一致,避免内存对齐导致的读取错误 {$ <a href="https://www.cnblogs.com/qiufeng201...

2026年6月9日 星期二

CnWizards_1.8.0.1357_Nightly.exe

Cnpack| Cnpack.org |23:46:00

+ [ImageList编辑器] 增加 Icons8 供应商。 * [工程扩展列表窗体] 修正一列宽问题。

lazarus鸿蒙开发12:使用鸿蒙原生API画图--鸿蒙侧关键代码 - 秋·风

秋·风| 博客园 - 秋·风 |23:00:00

【摘要】重点介绍:entry\src\main\cpp\CMakeLists.txtentry\src\main\cpp\native_module.cppentry\src\main\ets\pages\Index.ets这三个文件共同实现了一个在鸿蒙系统上运行的跨语言图形渲染桥接方案。其核心架构为:Ar <a href="https://www.cnblogs.com/qiufeng...