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
DelphiModernizationNewsTech Partner

Read The Webinar: Why You Should Leave Delphi 7 Once And For All

This is an edited automated transcript of a Dev Days of Summer 2024 webinar by Embarcadero MVP Dion Mai titled “Why You Should Leave Delphi 7 Once And For All”. The original webinar is available on the Embarcadero YouTube Channel. [Editor’s note: In the transcript there are a few places we needed to tidy up either due to inaccurate auto translation or the vagaries of live…
Read more
C++CodeHow-To'sModernizationNewsRAD StudioWindows

Upgrading to C++Builder 12.2: Tip #4, Take Advantage of Security and Correctness

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 #4: Take Advantage of Security and Correctness The new compiler does two…
Read more
C++Developer InterviewsFireMonkeyHow-To'sModernizationNewsPythonRAD StudioWindows

Practical Info: Fast Parallel Compiling with C++Builder 12.2

In the C++Builder and RAD Studio 12.2 launch webinar, we made a big deal of having fast parallel builds on by default: This blog is to provide some practical info on the feature. Using it When you install 12.2, and use the Windows 64-bit Modern C++ platform, it is on by default. No configuration needed. Just click Run or Build. It will run in parallel. If you want to see this, other than seeing…
Read more