C++

Happy birthday, C++Builder!

Recently, here at Embarcadero we’ve been celebrating a historic birthday, Delphi’s 25th birthday (Feb 14, 1995.) There have been some great blog posts, stories, and people sharing on twitter, not to mention an amazing Delphi 1 celebration website and an interview with Anders Hejlsberg and Chuck Jazdzewski. However, two years after Delphi was released was another product, Delphi’s younger…
Read more
C++

RAD Studio 10.3.3 Midas and Delphi Open Array patches

Two patches: an access violation in Midas, and an access violation in a rare case with a method taking an open array parameter We’ve just released two patches for RAD Studio 10.3.3. RAD Studio 10.3.3 Midas.dll Patch This patch resolves the following issue: An issue…
Delphi

David Millington’s #Delphi25 Story

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 they…
News

C++Builder 10.3.3 Threading and TLS Patch

An issue with thread-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…
C++

RAD Studio 10.3.3 iPhone XS and XR Debugging Patch

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-26709 Debugger ‘freezes’ on iPhone 11 Pro RSP-25732 Can’t debug on iOS Device Both…
C++

RAD Studio 10.3.3 Android Services Patch

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…
Delphi

Delphi 10.3.3 Android Debugging Patch

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 the…