How-To'sShowcaseWebinar

Not a Hotdog! How to Use AI Object Recognition in Your Apps

I’m finally catching up with the articles to go with our Winter Webinars series. My guests and I have been showing you how to write genuine cross-platform low-code apps that do extraordinary things with just a few lines of code and get them to work on Windows, macOS, iOS, Android, and Linux. We will be back in the new year with more to come after our pause for the winter break. You can catch…
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++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++How-To'sIDEModernizationNewsRAD StudioWindows

Practical Info: Packages in C++Builder 12.2

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 toolchain. But we’ve seen a few customers say, ‘Looks exciting, and I want to use it, but where are packages?’ They’re here. The…
Read more