We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and it’s hard to see why.’
First chance exception at $00007FF641CB123F. Exception class 0x80000003 with message
'Exception 0x80000003 encountered at address 0x7ff641cb123f'. Process…
The Best Of Third-Party Components And Libraries
April 24, 2024
One of the great strengths of RAD Studio is how little you need to do to create incredible apps which can run on Windows, macOS, iOS, Android, and Linux. The secret sauce to that is the component-based way of programming. These little gems of ready-made functionality which…
What Are The Container Adapters in Modern C++?
April 19, 2024
Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new RAD Studio 12.1. This release has massive C++ upgrades to the new Windows…
Delphi App For Go-Kart Racing Tops Both App Stores!
April 17, 2024
A Delphi app created by our own Embarcadero MVP and Pre-Sales Director Stephen Ball hit the top spot on both the Apple App Store (iOS) and Google Play (Android) charts over the weekend of 12 to 14 April 2024.
The app was inspired by go kart racing, and helps drivers and mechanics understand…
RAD Studio 12.1 Athens Patch 1 Available
April 17, 2024
Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 12.1 Athens. This patch addresses some issues in RAD Studio 12.1, around the new editor split view feature of the IDE, the Delphi 64-bit compiler when building packages, debugging, and strings. The…
How to achieve common tasks with the new Clang toolchain in 12.1
The new Clang toolchain is here! RAD Studio and C++Builder 12.1 are shipping the entirely revised, wholly updated C++ compiler, linker, STL, runtime, and more – which you can also use in parallel with the old…
The new Clang Toolchain in C++Builder 12.1!
April 16, 2024
The new Clang Toolchain in C++Builder 12.1!
RAD Studio 12.1 has big news: we have released the first version of our new Clang-based toolchain! This is a complete revision of the entire technology stack, and provides a solid, modern, ‘done the right way’ foundation for all of C++ going forward.
Technical Info
The new toolchain targets Windows 64-bit Intel apps, and is based on Clang 15, with a…
The New Quality Portal Is Live - Here Are The Details
April 5, 2024
Hot on the heels of our announcement that RAD Studio 12.1 is now available we have some more good news; the new Quality Portal is now live and ready for you to use!
What Is The Embarcadero Quality Portal?
The Quality Portal, usually more simply referred to as QP, is a…
Announcing the Availability of RAD Studio 12.1 Athens
April 4, 2024
Embarcadero is very excited to announce the release of RAD Studio 12.1 Athens along with Delphi 12.1 and C++Builder 12.1.
RAD Studio 12.1 Athens release primarily focuses on enhancing the new features in RAD Studio 12, adding further refinements and addressing customer…
What Changed With The C++17 Standard?
April 2, 2024
Hello developers, this week we have more new topics about C++ and there are tons of very understandable examples to develop with that can be used to develop new apps with modern programming tools. In the first post, we explain another useful container, the multiset (std::multiset). Multiset is a very useful container if you have multiple same key values, and we have examples of it. In other…