We’ve just pushed some exciting updates to the official WebStencils demo repository on GitHub. If you’ve been using WebStencils or are curious about integrating HTML templating into your Delphi or C++Builder applications, now’s a great time to take a look.
C++Builder Joins the Party!
The biggest news is the addition of full C++Builder versions for our demos. Alongside the…
Instruction Sets in C++Builder 12.3!
March 27, 2025
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…
Safety with C++Builder 12.3: Introducing Sanitizers
March 21, 2025
Ever since we started using our enhanced Clang compiler, we’ve had a consistent request: can we add runtime checking?
For many customers, this has been because the old ‘classic’ compiler used to have a feature called CodeGuard, which was helpful for catching errors…
How To Live Track The ISS International Space Station
December 19, 2024
Our Winter Webinars series has been a lot of fun, showing you how to write genuine low-code cross-platform apps that do cool things with a few lines of code and get them to work on Windows, macOS, iOS, Android, and Linux. I know from your emails and messages you’ve had as much fun with the Winter Webinars as I have had. I’ve tried to make them a lot less like old-fashioned lectures and…
Upgrading to C++Builder 12.2: Tip #7, bcc64x tips!
December 17, 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…
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 #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…
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 very end (so go watch the start!)
Tip #3: Massive Files with iostreams
The old C++ Win64 STL had a maximum size of 4GB for…