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 support in Professional editions, new FireMonkey UI templates, support for ExtJS in RAD Server and more.This recording…
Read more
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…
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…