C++CodeHow-To'sModernizationNewsRAD StudioWindows

Upgrading 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
News

InterBase ADO.NET Driver Version 10.0.2

Embarcadero has just released version 10.0.2 of the InterBase ADO.NET driver and its related Entity Framework support. This release updates the primary driver and the EFCore support up to the 10.x version of the equivalent Firebird driver, including: Primary driver supports for Async calls Primary driver improved treatment of ISC_DOUBLE as type double in .NET. Better EFCore 6.0 support Notice…
Read more
DelphiNewsRAD StudioWebinar

How To Recreate A Social Media App Using RAD Studio

RAD Studio is the fastest, easiest, most powerful way to create cross-platform apps and it can do anything any other framework can do. To prove how good RAD Studio with Delphi is I recreated the user interface of an award-winning social media platform, in four hours from start to finish. Oh, and the app runs on Windows, macOS, iOS, and Android, from the same code base. When the app is running it…
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