RAD Studio 13.1 Florence adds

RAD Studio 13.1 Florence adds

  RAD Studio 13.1 Florence adds a new compiler target that enables existing Windows codebases to run natively on Arm hardware.

  RAD Studio by Embarcadero is an integrated development environment (IDE) used to build applications for various platforms. It allows programmers to create native apps for Windows, macOS, mobile devices (Android and iOS), and more using C++ or Delphi. RAD Studio is known for its rapid application development features and is targeted towards professional developers building data-rich and visually appealing applications.

  The RAD Studio 13.1 Florence release introduces a native Windows on Arm target for the Delphi compiler, enabling developers to produce Arm64 binaries directly from their existing applications. This removes the dependency on Intel-based emulation, improving performance and compatibility on modern Arm-powered devices, including virtualized environments on Arm-based Macs.

相关推荐
SimonKing1 天前
艹,维护AI写的代码,我心态崩了......
java·后端·程序员
用户298698530141 天前
Java Word 文档样式进阶:段落与文本背景色设置完全指南
java·后端
小bo波2 天前
从"任意文件复制"深挖Java I/O:字符流与字节流的本质抉择
java·nio·io流·后端开发·文件复制
nanxun8863 天前
记一次诡异的 Docker 容器"串包"故障排查
java
用户1563068103513 天前
Day01 | Java 基础(Java SE)
java
行者全栈架构师3 天前
Maven dependency:tree 的 8 个高级用法
java·后端
行者全栈架构师3 天前
IDEA 中 Maven 项目的 15 个红色报错快速解决方法
java·后端
令人头秃的代码0_03 天前
mac(m5)平台编译openjdk
java
唐青枫4 天前
Java JDBC 实战指南:从 Connection 到事务和连接池
java
一个做软件开发的牛马4 天前
MyBatis-Plus 从零实战:完整搭建可运行 Demo,BaseMapper 零 SQL、Wrapper 条件构造、分页插件与代码生成器详解
java·后端