C++Developer InterviewsFireMonkeyHow-To'sModernizationNewsPythonRAD StudioWindows

Practical Info: Fast Parallel Compiling with C++Builder 12.2

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 default. No configuration needed. Just click Run or Build. It will run in parallel. If you want to see this, other than seeing…
Read more
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++How-To'sModernizationRAD StudioWindows

How to achieve common tasks with the new Clang toolchain in 12.1

How to achieve common tasks with the new Clang toolchain in 12.1 The new Clang toolchain is here! RAD Studio and C++Builder 12.1 are shipping the entirely revised, wholly updated C++ compiler, linker, STL, runtime, and more – which you can also use in parallel with the old Win64 toolchain to ease upgrading until we remove the previous legacy toolchain in future. We know this is a ‘version 1’…
Read more
C++ModernizationNewsRAD StudioWindows

[Yukon Beta Blog]: Win64 Clang Toolchains in RAD Studio 12

This blog post is based on a pre-release version of the RAD Studio software and it has been written with specific permission by Embarcadero. No feature is committed until the product GA release. RAD Studio 12 is just around the corner, and we have exciting news to share! In August, we ran an unusual webinar where we shared a behind-the-scenes look at some technology we’ve been working on for…
Read more