C++CodeModernizationNewsRAD StudioWindows

Instruction Sets in C++Builder 12.3!

In my blog about sanitizers (runtime safety checking) in C++Builder 12.3, I said: The new C++ Modern toolchain … is something we’ve talked about as a ‘foundation for the future.’ ‘We can build things we could not before,’ we’ve said. ‘Having it will let us deliver real value to you.’ You can see where this is going. We’re making good on that. Last release, it was CMake and…
Read more
C++DelphiNewsRAD Studio

2024 Embarcadero Product Releases Roundup & Industry Trends

As 2024 comes to a close, I’d like to take a moment to reflect on some of our Embarcadero product releases in 2024, industry trends, and thank you, our customers, for your continued support of our products. It’s been an exciting year for us, and we’re thrilled to have you with us on this journey. Embarcadero – 2024 Releases Roundup Back in April, we released the first update for RAD…
Read more
C++CodeHow-To'sNewsRAD StudioWindows

Upgrading to C++Builder 12.2: Tip #5, Split out C++ EH and SEH exception handling

Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of useful information on why and how the new C++Builder matters to you, where this was the very end (so go watch the start!) Tip #5: Split out C++ EH and SEH exception handling After three separate variants of tip…
Read more
C++ModernizationNewsRAD StudioWindows

Practical Info: Using CMake with C++Builder 12.2

Back in October when we released C++Builder and RAD Studio 12.2, we introduced that we have fantastic CMake support. We have both multiple demos and a lot of documentation on using CMake. This blog is to briefly point you to both. Installing The new CMake support, which is for the Windows 64-bit Modern toolchain, the toolchain we recommend you use, contains changes we plan to submit back to CMake.
Read more