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

RAD Studio 10.2.3 Webinar Replay

On April 5th,the RAD Studio Product Management teamhosted a deep dive webinar onRAD Studio 10.2.3. In this webinar replay, you will learn about the new C++ enhancements including rename refactoring and CMake capabilities in C++Builder, mobile development…
C++

New in 10.2.3: CMake Support for iOS and Android

We’ve introduced some great new features for C++Builder in 10.2.3.  Last week, I wrote about CMake support for our compilers. That post covered what CMake is, and how to use it for Windows, both Win32 and Win64.  If you haven’t read it, please do; it’s worth reading before this post. In this post, we’ll cover CMake for mobile, iOS, and Android.  This is both how to…
Read more
C++

New in 10.2.3: CMake Support

Avery exciting feature in C++Builder 10.2.3 is support forusing CMake with our compilers. Let’s dig in! This post is the first in a series on CMake, and will cover: What CMake is How to write a CMakeLists.txt file How to build a project on…