C++

RAD Studio 10.3.2 Runtime Packages Compatibility Patch Released

Embarcadero has just released a patch for RAD Studio, C++Builder and Delphi 10.3.2. The patch is available at: https://cc.embarcadero.com/item/30886 Here are the readme notes: Issue: Applications compiled with RAD Studio 10.3 or 10.3.1 and using runtime packages will not start when executed against the 10.3.2 version of the RTL runtime package. Summary: This patch addresses a compatibility issue…
Read more
C++

The new 10.3.2 RAD Server Management Console

Since Embarcadero started bundling RAD Server development support with RAD Studio, there has been a little-known utility available to manage installations from a desktop client. This application was originally called EMS Desktop console, and used to ship both as a binary in…
C++

RAD Server Improvements in RAD Studio 10.3.2

Over the last couple of years, Embarcadero has been expanding the features and capabilities of theRAD Server architecture, while at the same time making it more affordable (by including free deployment licenses with different RAD Studio editions). The recent 10.3.2 Release of RAD Studio continues in the same direction, adding several interesting features to RAD Server, which I’m…
Read more
Delphi

Building macOS 64-bit Applications with Delphi 10.3.2

Yesterday, Embarcadero releasedRAD Studio 10.3.2, which includes Delphi 10.3.2 — available also as a stand-alone product. There are many great features in 10.3.2, along with a high number of quality improvements, but the most notable is certainly the addition of…
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…
News

High-DPI on Windows 10

Often times when we talk about monitors we discuss resolution (e.g.1920×1080) and diagonal dimensions (e.g. 27” or 68.58 cm), but we can use these numbers to calculate the DPI (see More on DPI and PPI below) with the good ol’ Pythagorean theorem. As the screen gets larger, the DPI gets lower, unless you also increase the resolution. DPI = (sqrt(sqr(width)+sqr(height))/diagonal Originally…
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…