News

Two Small RAD Studio 10.2.3 Patches

Embarcadero has released a couple of small and focused patches for the recent RAD Studio, Delphi, and C++Builder 10.2.3 update. The first is an Android Push Notification Patch available ashttps://cc.embarcadero.com/item/30831.This patch resolves an issue with push notifications on Android due to missing jar files.It fixes the publicly reported issueRSP-20137. The second is…
Read more
News

Database and FireDAC Enhancements in RAD Studio 10.2.3

I already blogged about RAD Server changes and RTL fixes in the Delphi, C++ Builder and RAD Studio 10.2.3 update. Another area that has received attention is the database support in general, and FireDAC in particular. Below is a list with some of the most notable…
News

WhereontheMap Honored as Embarcadero Cool App for February

If you’re a parent like I am, you understand the feeling of comfort in knowing where your children are at all times and that they are safe. Modern smartphone technologies have provided parents and others to track the whereabouts of loved ones, but our Cool App for February, WhereontheMap, has taken that capability to the next level. WhereontheMap — based on Delphi — is a simple…
Read more
News

New in 10.2.3: Using CMake with Ninja

One big new feature in 10.2.3 is support for building with CMake. If you haven’t already, read the previous two posts: introduction to CMake and building with Windows, and building for iOS and Android. Today I’d like to cover using CMake generators, and…
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++

RAD Studio and Internet Message Format

Introduction The RFC-2822 standard specifies a syntax for text messages that are sent between computer users, within the framework of “electronic mail” messages. The RFC-2822specifies lines should be no longer than 78 characters, and the MIME specRFC-2045, says: The encoded output stream must be represented in lines of no more than 76 characters each. All line…
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…
News

RAD Studio 10.2.3正式發佈

昨天美國正式發表了RAD Studio 10.2.3並且開放有軟體服務授權的客戶下載, 10.2.3的新功能可以在下面的網頁中看到: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_3 在10.2.3的新功能中我比較重視的是終於開始支援CMake, 這個功能是許多C/C++客戶經常詢問的功能…
Read more