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
News

IDE Hotfix for C++Builder 10.3 Project Options

Over the weekend, we released two hotfixes for RAD Studio 10.3. One of these, thewhich addressed a number of IDE issues, is especially important if you use C++Builder. It addresses: RSP-21683: IDE missing Application sub optionsTwo settings panes were missing in the…
News

C++ Libraries in GetIt: Eigen

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use…
News

C++ Libraries in GetIt: EasyBMP

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use with C++Builder and CMake, for example, and this isrelated. Today, let’s look atEasyBMP. EasyBMP is an…
Read more
News

C++ Libraries in GetIt: TinyXML 2

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use…
News

Performance and Quality in the RAD Studio 10.3 IDE

RAD Studio 10.3 has a number of performance improvements, as well as some quality improvements we’d like to share. IDE Fix Pack Some time ago, we licensed Andreas Hausladen’s IDE Fix Pack. This is an unofficial IDE addon that changes the behaviour of several things in…
News

New in RAD Studio 10.3: High DPI Image List for Windows

RAD Studio 10.3 includes a lot of work on the VCL, our native Windows UI library. In this release, we’ve focused heavily on extensive high DPI support. You can read Marco’s blog about the perMonitorV2 support in the VCL, and this means with 10.3 you can have any VCL application scale and render well on scaled or high DPI screens. One key component of high DPI is scaling graphic resources, when…
Read more