论坛


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


2026年8月30日 星期日

CnWizards_1.8.0.1367_Nightly.exe

Cnpack| Cnpack.org |10:52:00

# [代码格式化] 增加 C/C++ 代码的格式化功能,待完善。

2026年8月28日 星期五

【Delphi】Windows 11 on ARM を試して見る

pik| qiita.com |19:28:50

きっかけ Apple シリコンが乗ってるハードウェアでは、Windows 11 on ARM が動くらしい、と聞いて Delphi でも Windows on ARM 向けバイナリ作れるようになったし! じゃあやってみるか!ってやってみました。 準備 M1 が載っている...

Coming in RAD Studio 13.2: Faster Builds and Faster Applications with Delphi’s LLVM-20 Compilers

Marco Cantu| Embarcadero Delphi Blogs |14:10:59

Parallel code generation, LLVM optimizations, and memory-manager changes for Linux Intel 64-bit and Windows Arm64EC. Feature Preview: This blog post is based on a pre-release version of the RAD Studio software and it has been...

2026年8月27日 星期四

How Uno Platform uses .NET, MCP, and AI to build high quality apps

Sam Basu| ASP.NET Blog |17:00:00

How Uno Platform built two Model Context Protocol servers in C# so AI agents can ground themselves in real documentation and then see and drive a running cross-platform .NET app.The postHow Uno Platform uses .NET, MCP, and AI to build high quality...

Exploring an InterBase Database with an MCP-Driven Workflow

Rizzato Fernando| Embarcadero Delphi Blogs |13:56:04

In our initial post, we introduced the InterBase Model Context Protocol (MCP) Server – a tool engineered with Delphi to bridge Large Language Models (LLMs) with InterBase databases. In this follow-up, we are opening our...

在银河麒麟v10操作系统应用程序执行遇到“权限不够”的提示 - 秋·风

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

【摘要】在银河麒麟应用程序执行遇到提示“权限不够”时,关闭 KySec 防护后再执行 sudo setstatus disable -p 如果只想暂时关闭(重启后恢复),可移除 -p 参数 <a href="https://www.cnblogs.com/qiufeng2014/p/22710031" target="_blank">阅读全文</a&gt...

2026年8月26日 星期三

Coming in RAD Studio 13.2: A New Generation of Delphi Development for Linux Intel 64-bit

Marco Cantu| Embarcadero Delphi Blogs |18:00:12

A first look at the compiler and runtime work we are doing for Delphi on Linux Intel 64-bit. Feature Preview: This blog post is based on a pre-release version of the RAD Studio software and...

2026年8月25日 星期二

Webinar: See What’s Coming in RAD Studio 13.2

Hagop Panosian| Embarcadero Delphi Blogs |21:17:34

RAD Studio 13.2 is coming, and we’re giving you a look under the hood of the new release. Join us on Tuesday, September 22, 2026, at 10:00 AM CT / 3:00 PM UTC for a...

.NET Conf 2026 – Save the Date

Jon Galloway| ASP.NET Blog |16:28:27

.NET Conf returns November 10-12, 2026, with three days of sessions, community, and the launch of .NET 11.The post.NET Conf 2026 – Save the Dateappeared first on.NET Blog.

2026年8月24日 星期一

修复pl_cindy的Panel系列控件在gtk3出错的bug - 秋·风

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

【摘要】lazarus trunk使用pl_cindy的Panel系列控件时在gtk3在有个严重的bug,在ide拖入cyPanel等Panel控件或代码生成的控件有caption有文字时会出现: 经排查,发现绘制caption的文字时,执行到cyGraphics.pas单元的cyDrawText出错。 p <a href="https://www.cnb...

From dotnet run to Foundry Hosted Agent in 3 lines of C#

Bruno Capuano| ASP.NET Blog |19:00:00

You built an agent with Microsoft Agent Framework and it works great on your machine. Now what? Turns out deploying it to production takes 1 NuGet package, 3 lines of C#, and 2 commands. Let's do it.The postFrom dotnet run to Foundry Hosted Agent ...

Explore new features available in C# 15 preview

Bill Wagner| ASP.NET Blog |17:00:00

C# 15 ships with .NET 11. It adds union types, closed hierarchies, a preview of the updated unsafe model, and a few smaller changes that remove everyday ceremony.The postExplore new features available in C# 15 previewappeared first on.NET Blog.

2026年8月22日 星期六

Kai Summer Wave Webinar Series – 5 Great Days

David Intersimone| Embarcadero Delphi Blogs |17:15:52

Kai Summer Wave Webinar Series – 5 Great Days By David I and Gemini Notebook Last Updated August 22, 2026 Kai Summer Wave Webinar Introduction The provided transcripts document a multi-day webinar series hosted by...

2026年8月21日 星期五

Migrate to FireDAC in a Day with reFind and Kai

Antonio Zapater| Embarcadero Delphi Blogs |09:38:29

If you maintain a Delphi application that still talks to the database through BDE, ADO, IBX, or dbExpress, you’ve likely thought (more than once) about migrating to FireDAC. What usually stops the move is not...

使用泛型序列结构体

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

使用泛型序列结构体 unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vc