论坛


2025年11月21日 星期五

Rethinking C++: Ignorance, Surface, and Deep Architecture

Volker Hillmann| Embarcadero Delphi Blogs |23:28:55

Ignorance, Surface, and Deep Architecture Why Modern C++ Keeps Getting MisunderstoodA blog post about modern C++ architecture, the role of ranges, concepts, RAII, coroutines, and compile time structures, and about why many developers are dismissed...

重构lazarus时出现Error: linker: pipe: No such file or directory的解决方法 - 秋·风

秋·风| 博客园 - 秋·风 |04:54:00

【摘要】最近发现重构Lazarus时出现Error: linker: pipe: No such file or directory,虽然不影响重构,但红色看起来很不顺眼,查了半天,发现是make.exe这个文件引起的。如果你要重构lazarus时出现类似以下提示,按下面的方法替换原来的make.exe就可 <a href="ht...

2025年11月20日 星期四

CnWizards_1.7.0.1299_Nightly.exe

Cnpack| Cnpack.org |12:35:00

* [VCL FMX 窗体转换] 继续修正一处对二进制格式窗体的支持问题。

2025年11月18日 星期二

DelphiでDPI対応したSVGツールバーを作る ― ToolBarの代替としての「ToolSvgButton」

vram| qiita.com |15:34:57

?? はじめに Delphi の TToolBar / TToolButton は高DPI環境に完全対応していません。 特に 150%?200% スケール環境では、 アイコンがボケる サイズが合わない レイアウトが崩れる PNG では拡大縮小が汚い といった問題が発生し...

Rethinking C++: Architecture, Concepts, and Responsibility

Volker Hillmann| Embarcadero Delphi Blogs |15:18:11

Rethinking C++: Architecture, Concepts, and Responsibility Why C++Builder 13 is more than just a version bump – and why we must begin to truly understand C++. An article about C++Builder – and yet about much...

2025年11月16日 星期日

[Delphi][小ネタ] Skia でカスタムフォントを使う

pik| qiita.com |20:26:17

Skia でフォントを登録する Skia には、任意のフォントをプログラム側で登録する仕組みがあります。 「このアプリ専用のフォントを、わざわざ Windows にインストールしたくない」——そんな時に使えるのが、Skia のフォント登録です。 使い方は、とても簡単です。.....

2025年11月15日 星期六

CnWizards_1.7.0.1298_Nightly.exe

Cnpack| Cnpack.org |23:08:00

* [VCL FMX 窗体转换] 修正一处对二进制格式窗体的支持问题。

2025年11月14日 星期五

编译lazarus时,可能出现Makefile:3520: recipe for target ’fcllaz.ppu’ failed的处理方法 - 秋·风

秋·风| 博客园 - 秋·风 |08:04:00

【摘要】如果编译lazarus出现以下错误信息: [2025-11-13 23:37:45.224 Info] (10028) Recompiling DB, checksum changed for /home/lbz/QFLazarus/fpcsrc/rtl/units/x86_64-linux/sys <a href="https://www.cnblogs.com/qiufeng2014/p/19222451" target="_blank"...

保留控件升级或重装Lazarus的方法 - 秋·风

秋·风| 博客园 - 秋·风 |03:38:00

【摘要】怎样保留控件升级或重装Lazarus?经摸索确认以下方法有效(windows和linux测试通过):1、lazarus升级前备份config_lazarus目录config_lazarus目录只保留以下4个文件,删除其他文件及目录,用QFLazarus安装lazarus时会修改idemake.cfg <a href="https://ww...

2025年11月13日 星期四

新卒エンジニアがDelphiを2ヶ月触って感じた「偏見から実感へ」

cocolo_f| qiita.com |19:20:20

はじめに 専門学校ではPythonとJavaを学び、入社後の研修ではC#を使っていました。 そんな自分が、初めて“Delphi”という名前を聞いたのは入社してからです。 正直な第一印象は── 「え、それ何……?」 でも2ヶ月触ってみた今は、 「古いけど、意外と便利。...

2025年11月11日 星期二

Chaos to Clarity: How Model-Driven Engineering Reduces Cognitive Load in Complex Codebases

Hagop Panosian| Embarcadero Delphi Blogs |19:38:37

This article explains how large and complex codebases increase cognitive load for developers, slowing productivity and raising error rates. It introduces model-driven engineering as a solution that uses high-level system models as the single sourc...

Model-Driven Engineering – How it Reduces Cognitive Load in Complex Codebases

Hagop Panosian| Embarcadero Delphi Blogs |19:38:37

This article explains how large and complex codebases increase cognitive load for developers, slowing productivity and raising error rates. It introduces model-driven engineering as a solution that uses high-level system models as the single sourc...

2025年11月6日 星期四

DelphiでPSDファイルを読み込んでプレビュー表示する

vram| qiita.com |08:46:16

?? はじめに Delphiで Photoshop の .psd ファイルを直接読み込み、 レイヤーツリーと画像プレビューを表示できる PSDビューワ のサンプルを公開しました。 内部の合成処理には自作クラス TPSDImage を使用しており、 PSDToolKit 互換...

CnWizards_1.7.0.1297_Nightly.exe

Cnpack| Cnpack.org |04:32:00

* [代码高亮] 修正一处 Delphi 13 下关键字不加粗时的绘制问题。

2025年11月5日 星期三

lazarus绿色版整合安装包(2025-11-05更新) - 秋·风

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

【摘要】为方便查找,将原来在《原置顶博客移到这里》单独出来。绿色版有x86_64-win64/aarch64-linux/loongarch64-linux3个版本,其中win64的版本更新较频密。 lazarus 4.2/fpc3.3.1(绿色整合版 2025-11-05)fpc使用trunk(3.3.1 <a href="https://www.cnblogs.com/...

下一页 »