2025年7月10日 星期四
Webinar: How to Get Real Help For Free With Code Reviews, Pull Requests, And Git Commits
Hagop Panosian| Embarcadero Delphi Blogs |19:25:24
Grab your seat for a new exciting webinar! Host: Embarcadero Developer Advocate Ian Barker Special Guest: Amar Goel, CEO, Bito.ai What’s the Webinar About? If you work in a team, accept commits from contributors or...
Making Delphi Web Apps Docker-Ready in One Click
Antonio Zapater| Embarcadero Delphi Blogs |16:29:33
We’re excited to announce a major enhancement to our WebStencils demo project: native Docker support! This new feature opens up exciting possibilities for deploying and distributing your Delphi web applications built with WebStencils and Web...
2025年7月9日 星期三
CnWizards_1.6.1.1267_Unstable.exe
Cnpack| Cnpack.org |13:39:00
* [AI 辅助编码] 增加 Ctrl+Alt+Enter 热键在编辑器中续写代码。 * [批量替换] 优化文件编码还原机制。
2025年7月8日 星期二
CnWizards_1.6.1.1266_Unstable.exe
Cnpack| Cnpack.org |05:34:00
* [AI 辅助编码] 修正续写代码不完整的问题。 * [代码格式化] 修正一处泛型嵌套的支持。
2025年7月7日 星期一
lazarus安装控件及重构 - 秋·风
秋·风| 博客园 - 秋·风 |22:41:00
【摘要】简单介绍Lazarus控件安装及重构的步骤1、控件安装: 2、重构lazarus: 或tools--&gt;configure &quot;Build Lazarus&quot;--&gt;Build注意:可以选择编译模式 <a href="https://www.cnblogs.com/qiufeng2014/p/18972083" target="_blank"&...
2025年7月5日 星期六
【小技巧】用Scale96ToForm设置控件的高和宽,可以适应不同dpi时控件尺寸保持相对大小 - 秋·风
秋·风| 博客园 - 秋·风 |22:30:00
【摘要】从lazarus源码发现,用Scale96ToForm设置控件的高和宽,可以适应不同dpi时控件尺寸保持相对大小。 FForm.Width:= FForm.Scale96ToForm(600); FForm.Height:= FForm.Scale96ToForm(400); FForm.Borde <a href="https://www.cnblogs.com/qiufeng2014/p/1896...
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&#39;t support target riscv64-linux, please run fpcmake first. Sto <a href="https://www.cnblogs.com/qiufeng2014/p/189473...