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
C++News

Introducing Amazing CMake Support in C++Builder 12.2

C++Builder and RAD Studio 12.2 bring a fantastic feature for C++: full CMake support for the new Win64 Modern toolchain. It’s available in GetIt now, and it comes with some amazing demos. You can build VCL apps, FMX apps, packages, DLLs, console apps, as you’d expect……
C++DelphiNewsRAD Studio

What You Can Do With RAD Studio 12.2

RAD Studio 12.2, released on September 12, 2024, has changed the development game again. How? With features never before seen in the IDE, like embedded access to AI-assisted coding, and with performance enhancements like 64-bit compilers that enable you, the developer, to…
C++IDENewsRAD StudioWindows

Dynamic Packages in C++Builder 12.2!

RAD Studio 12.2 brings several great improvements to C++. One of these is the completion of the new Windows 64-bit Modern toolchain with the addition of both using and creating dynamic packages (BPL files.) Dynamic Package Consumption When we released the new toolchain in RAD Studio 12.1, it fully supported building VCL and FMX apps, as well as using and creating static libraries, DLLs, console…
Read more
C++DelphiRAD Studio

Embarcadero Conference Brazil 2024

The Embarcadero Conference 2024 was held on September 5th and was a truly transformative event. The event The Embarcadero Conference 2024 took place at the Amcham Business Center in São Paulo on September 5. The event, already a tradition in the community of users of Embarcadero products in Brazil, featured the participation of more than 40 speakers who presented on 6 simultaneous stages…
Read more
C++News

Buffer Overflow in the C/C++ RTL

We recently identified a potential buffer overflow in the C/C++ runtime library (RTL). Although this is an issue that was introduced to the code in 1997 with no exploitation since its introduction, we are publishing a notification and a fix for safety and openness, out of an abundance of caution. Issue information: Affects _wgetcurdir, _wsearchstr, plus the “_t” variants _tgetdcwd and…
Read more