C++

C++Builder 10.3.2 is now available!

The whole product team is very pleased to announce that RAD Studio, including C++Builder and Delphi, v 10.3.2 is now available. If you have an active update subscription, you can download it now: RAD Studio 10.3.2 Rio Delphi 10.3.2Rio C++Builder 10.3.2Rio There are some great improvements for C++ and the Delphi & C++Builder IDE: C++17 for Windows 64-bit Leverage the latest…
Read more
C++

Boost for C++Builder 10.3.1 - now available!

The Boost library is now available for C++Builder and RAD Studio 10.3.1. Boost is a very important third party C++ library, and one many of our customers request support for.It’s taken us longer than we had hoped, but I’m very glad to announce it’s available in the GetIt package manager today. You can find it by opening GetIt (Tools menu, GetIt Package Manager) and either…
Read more
News

Key Improvements in RAD Studio 10.3.1

On February 14th, Delphi’s birthday, we released RAD Studio 10.3.1, a point release to 10.3 Rio. We have a number of great improvements this release I’d like to highlight. RAD Server Console UI RAD Server is our platform for building services, such as REST/JSON. This is a very keyword-driven explanation of RAD Server. One great way to think of it is not just as a way to create new…
Read more
C++

ABI Changes in RAD Studio 10.3

In RAD Studio 10.3 we’ve made an interesting very low-level change that affects both Delphi and C++. This is a change in the how method parameters are passed when a method is invoked. For the vast majority of customers, this issue won’t affect you — or if it does…
C++

C++ Toolchain Hotfix for C++Builder and RAD Studio 10.3

We have just released ahotfixfor RAD Studio 10.3, which addresses a number of issues in the C++compiler and RTL. This is an important hotfix if you rely on compiler version numbers (for example, for version-specific behaviour in your code, especially useful if you are upgrading);batch compilation; if you use ANSI-encoded source files with non-Latin characters; and it also…
Read more