An issue in Androidapi.Sensor.pas referring to symbols introduced in SDK version 26 will cause an linking error when your app references SDK version 22
If you are building Android applications with C++Builder 10.3.3, you may encounter an error [ldandroid Error] “ld” exited with code 1. The same issue can appear with different symptoms for Delphi 10.3.3 when attempt to match symbol…
Issue with localized compilers in RAD Studio and C++Builder 10.3.3
February 25, 2020
The localized versions of the C++Builder 10.3.3 C++ compilers are not up to date.
We’ve identified an issue in RAD Studio and C++Builder 10.3.3 regarding the localized versions of the C++ compilers.
Background
In the past, we translated the compiler error messages…
David Millington’s #Delphi25 Story
February 14, 2020
Yes, this is really Windows 3.1 — and it’s all due to Delphi.
In 1995, I was twelve years old. I’d loved programming since I first encountered a computer: when I was much younger, about four, my parents bought a BBC microcomputer. Apparently I loved it so much…
C++Builder 10.3.3 Threading and TLS Patch
January 29, 2020
An issue withthread-local storage that could cause AVs on some Win64 machines has been resolved
We’ve just released a patch for C++Builder 10.3.3 that resolves:
RSP-27180 64-bit builds crash with threadsCreating and using a thread (eg std::thread) could result in an access violation on some machines.
This was caused by an error setting up the Win64 32-byte shadow space inside the…
RAD Studio 10.3.3 iPhone XS and XR Debugging Patch
January 18, 2020
An issue debugging on iOS devices containing an A12 chip has been resolved
We’ve just released a patch for Delphi and C++Builder 10.3.3 which resolves the following issues:
RSP-26709Debugger ‘freezes’ on iPhone 11 Pro
RSP-25732Can’t debug…
RAD Studio 10.3.3 Android Services Patch
December 23, 2019
An issue where an Android service would not run has been fixed.
We’ve just released a patch for RAD Studio 10.3.3 which resolves the following issue:
An issue that prevented an Android service from running because it could not load its native library. This only…
RAD Studio, Delphi and C++Builder 10.3.3: List of Patches
December 16, 2019
We’ve released a number of patches for RAD Studio 10.3.3.To ensure you know about all of them, and can install correctly, here is a list and some overview information. If we release any others, we’ll update this blog post with details.
Last updated:2020-02-25 with ‘Localized compilers in RAD Studio and C++Builder 10.3.3’ and ‘Linker errorusing the sensor…
Delphi 10.3.3 Android Debugging Patch
December 16, 2019
Issues debugging Delphi Android 64-bit applications have been resolved
We’ve just released a patch for Delphi 10.3.3, addressing the following issues when debugging Android 64-bit applications on Android devices:
RSP-26704 Debugging 64 bit Android application hangs…
RAD Studio 10.3.3 IDE and VCL Patch, and Localization Patch
December 16, 2019
Issues with the code completion popup window’s scrollbar, using action components, and localisation for Japanese, German and French are fixed
We’ve just released two patches for RAD Studio (Delphi and C++Builder) 10.3.3.
IDE and VCL Patch
This patch addresses the…
Many thanks to Eli for this great overview of C++Builder and what it offers to application developers.
Embarcadero’s C++Builder is a versatile rapid application development tool which leverages powerful technologies to help you quickly build beautiful desktop and mobile apps with the power of C++. C++Builder has built-in support for platforms like Windows and iOS, technologies like JSON/BSON…