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…
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…
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…
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…
Upgrading to C++Builder 12.2: Tip #3, Massive Files with iostreams
December 4, 2024
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…
Upgrading to C++Builder 12.2: Tip #2, Handling Old RTL
December 3, 2024
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…
Upgrading to C++Builder 12.2: Tip #1, the Patch
December 2, 2024
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 #1: The Patch
After RAD Studio 12.2 was released, we released a patch for it, known as…
Practical Info: Fast Parallel Compiling with C++Builder 12.2
November 28, 2024
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…
Practical Info: Packages in C++Builder 12.2
November 27, 2024
We’ve released the new Windows 64-bit Modern C++ toolchain over time: a preview in C++Builder 12.0 through to fully complete in 12.2 (dynamic package linking, CMake support, parallel building by default, etc.) In 12.2, it is a full replacement for the old Win64…
Practical Info: Using CMake with C++Builder 12.2
November 26, 2024
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.