C++

Revised: 10.4 Patch and C++ Android Exception Handling

Edit 28 July 2020: Patch 3, released today, resolves this issue. We recommend you install it. Please see the blog post for installation instructions – like patch 2, it is not straightforward. Original post: C++ Android 32-bit exception handling had some issues in 10.3.3 and 10.4. These are (edit: not) resolved in 10.4 patch #2, released yesterday. Post has been edited in title and content…
Read more
C++

10.4 Patch #2: Delphi code completion and IDE fixes

10.4 Patch #2, released yesterday, makes many tweaks and changes to DelphiLSP code completion Delphi 10.4 redesigned Code Insight, one of the most significant changes to the Delphi IDE in a decade. It’s now asynchronous and responsive, and uses the compiler as a service in…
C++

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

We have just released a hotfix for 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…