论坛


2025年7月4日 星期五

Is AI The Answer Or A Solution Looking For A Problem?

Ian Barker| Embarcadero Delphi Blogs |03:39:10

We’re back after putting together our week-long AI code camp. Such a lot of great and very varied AI content not just about RAD Studio’s own AI features but also everything from third-party add-ins available...

Windows不用第三方软件添加nas的webDAV的方法 - 秋·风

秋·风| 博客园 - 秋·风 |02:43:00

【摘要】Windows不用第三方软件添加nas的webDAV的方法:在终端执行以下命令就可以像本地盘一样使用了。 net use 指定的盘符 webdav地址 /user:用户名 密码 <a href="https://www.cnblogs.com/qiufeng2014/p/18965201" target="_blank">阅读全文</a>

2025年7月1日 星期二

写了个龙芯abi版本切换的插件 - 秋·风

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

【摘要】龙芯的操作系统分abi1.0和2.0,这2个版本程序不兼容,使用lazarus写了个龙芯程序时,如果涉及不同abi版本用手工切换挺麻烦的,今天写了1个简单插件用来切换abi版本。原理很简单:切换时只需修改fpc.cfg龙芯对应的目录就可以: unit loongxinabiswitch; {$mod...

CnWizards_1.6.1.1265_Unstable.exe

Cnpack| Cnpack.org |06:52:00

# [AI 辅助编码] 增加腾讯混元的支持。 * [代码格式化] 增加三处新语法支持。

2025年6月30日 星期一

RAD Studio 12.3 Brings Android API Level 35 Support for Delphi Developers

Nuno Castro| Embarcadero Delphi Blogs |09:57:34

If you’re building Android apps with Delphi, there’s exciting news! RAD Studio 12.3 is rolled out support for Android Target API Level 35, aligning with Google’s upcoming requirement for store apps by August 2025. This...

2025年6月28日 星期六

lazarus读取linux执行文件elf的machine和flags信息 - 秋·风

秋·风| 博客园 - 秋·风 |07:15:00

【摘要】lazarus编写龙芯的lazarus安装工具需要确定当前系统的ABI版本,以下方法可以读取linux执行文件elf的machine和flags信息: 不同架构在e_machine和e_flags字段有不同值: 架构 e_machine e_flags x86 3 通常为0 x86_64 62 通常 <a href="https://www.cnblog...

2025年6月27日 星期五

Update Subscription Customers Invited to Join RAD Studio “Ganymede” Beta

Marco Cantu| Embarcadero Delphi Blogs |15:54:38

Embarcadero is currently working on a new release of RAD Studio, which has already been announced in terms of version number and city name (see https://blogs.embarcadero.com/rad-studio-13-florence-or-syracuse-we-have-the-results/). It’s goin...

2025年6月25日 星期三

CnWizards_1.6.1.1264_Unstable.exe

Cnpack| Cnpack.org |06:52:00

+ [编辑器浮动按钮] 增加将选择区与剪贴板内容进行比较的功能。 * [代码格式化] 修正 implements 后泛型处理错误的问题。

fpc交叉编译loongarch64-linux和riscv64-linux提示不支持loongarch64-linux和riscv64-linux - 秋·风

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

【摘要】一、问题今天下载了某个fpcsrc的分支,fpc交叉编译loongarch64和riscv64时出错: makefile:215: *** The Makefile doesn'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、软件包-->新建软件包 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...

下一页 »