2025年6月25日 星期三
fpc交叉编译loongarch64-linux和riscv64-linux提示不支持loongarch64-linux和riscv64-linux - 秋·风
秋·风| 博客园 - 秋·风 |00:20:00
【摘要】一、问题今天下载了某个fpcsrc的分支,fpc交叉编译loongarch64和riscv64时出错: makefile:215: *** The Makefile doesn&#39;t support target riscv64-linux, please run fpcmake first. Sto <a href="https://www.cnblogs.com/qiufeng2014/p/189473...
2025年6月22日 星期日
End-of-Quarter Sale! Up to 30%OFF Plus Up to $3,000 Worth of Tools FREE With Your New License!
Hagop Panosian| Embarcadero Delphi Blogs |20:20:09
The offer we have just launched for the end of the current quarter is a first. The end of the quarter always presents a great opportunity to get RAD Studio, Delphi, and C++Builder licenses at...
2025年6月21日 星期六
lazarus可用CodeTyphon控件包及demo下载 - 秋·风
秋·风| 博客园 - 秋·风 |09:24:00
【摘要】前段时间将CodeTyphon控件包及demo转为lazarus可以的版本,需要的可以下载安装: 通过网盘分享的文件:CodeTyphon转lazarus控件及demo链接: https://pan.baidu.com/s/1f-NEpm3z4OHA-VZprrpV9w?pwd=kksv 提取码: <a href="https://www.cnblogs.com/qiufen...
2025年6月20日 星期五
AI Codecamp 2025 DAY 5: What You May Have Missed
Hagop Panosian| Embarcadero Delphi Blogs |21:32:40
AI Codecamp 2025 concluded today with three great sessions by David Millington, Eric Berger, and Valerie Kim. Watch all the replays on our Youtube Channel Here are the sessions from Day 5: 10:00 AM –...
Lazarus编写IDE插件实例 - 秋·风
秋·风| 博客园 - 秋·风 |01:24:00
【摘要】这个实例将实现以下功能:1、在tools菜单增加“AI助力手”,并设置相应的图标2、读取代码编辑器光标行内容,并传给插件的Synedit13、实现停靠窗口参考官方的文档Extending the IDE/zh CN - Free Pascal wiki第一步:1、软件包--&gt;新建软件包 2、输入插...
2025年6月19日 星期四
Rethinking Low Code and RAD for the AI Era: Why Triple-View Development Is the Future
Atanas Popov| Embarcadero Delphi Blogs |22:39:07
Rapid Application Development (RAD) and Low Code tools have long aimed to simplify and accelerate software creation. Over the years they became excellent at keeping a visual “drag and drop” configuration interface tightly integrated with...
AI Codecamp 2025 DAY 4: What You May Have Missed, and What’s in Store For Day 4
Hagop Panosian| Embarcadero Delphi Blogs |21:20:29
The fourth day of AI Codecamp 2025 saw three back-to-back sessions on everything AI and Delphi, hosted by Developer Advocate Ian Barker. If you haven’t signed up yet, do so here: Sign Up For AI...
2025年6月18日 星期三
AI Codecamp 2025 DAY 3: What You May Have Missed, and What’s in Store For Day 4
Hagop Panosian| Embarcadero Delphi Blogs |22:55:00
The third day of AI Codecamp 2025 saw six(!) back-to-back sessions on everything AI and Delphi, hosted by Developer Advocate Ian Barker. If you haven’t signed up yet, do so here: Sign Up For AI...
2025年6月17日 星期二
AI Codecamp 2025 DAY 2: What You May Have Missed, and What’s in Store For Day 3
Hagop Panosian| Embarcadero Delphi Blogs |22:50:25
The second day of AI Codecamp 2025 saw six(!) back-to-back sessions on everything AI and Delphi, hosted by Developer Advocate Ian Barker. If you haven’t signed up yet, do so here: Sign Up For AI...
CnWizards_1.6.1.1263_Unstable.exe
Cnpack| Cnpack.org |12:22:00
+ [CPU 窗口扩展] 增加复制内存区多行十六进制数据的功能。
写了个简单的Lazarus IDE AI插件 - 秋·风
秋·风| 博客园 - 秋·风 |11:14:00
【摘要】今天写了一个简单的Lazarus IDE AI插件,需要自行申请APIKey,并修改config_lazarus目录的AIConfig.XML使用方法:在代码编辑器输入要AI查询的信息,然后按Ctrl+Shift+A,AI生成后选择需要的内容,然后按鼠标右键,点“插入”就可以将选定的内容插入代码编辑 ...
2025年6月16日 星期一
AI Codecamp 2025 DAY 1: What You May Have Missed, and What’s in Store For Day 2
Hagop Panosian| Embarcadero Delphi Blogs |23:07:29
AI Codecamp 2025 launched today, with five excellent back-to-back sessions hosted by Developer Advocate Ian Barker and a rich roster of distinguished guests. If you haven’t signed up yet, do so here: Sign Up For...
2025年6月14日 星期六
lazarus开发多国语言程序进阶--在界面实时切换语言 - 秋·风
秋·风| 博客园 - 秋·风 |13:18:00
【摘要】在界面实时切换语言,代码挺简单的,一看就明白: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, DefaultTransla <a href="https://www.cnblogs.com/qiufeng2014/p/18928811" targe...
json vs form-data web数据传输的两大巨头
delphi中间件| 博客园_咏南中间件和开发框架 |00:03:00
json vs form-data web数据传输的两大巨头
2025年6月13日 星期五
让lazarus版jvcl的JvYearGrid支持本地语言 - 秋·风
秋·风| 博客园 - 秋·风 |06:58:00
【摘要】未修改的JvYearGrid星期和月份不支持本地语言: 修改方法:打开jvcl/run/JvJans/JvYearGrid.pas1、在uses增加 {$ifdef linux}clocale,{$endif} 2、jvcl 1.0.8版本的JvYearGrid.pas将585行的[1];注释 df <a href="https://www.cnblogs.com/qiufeng2014/p/1...