Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

C++ Builder 10.2.3 - CMake and Ninja Command-Line Support

Introduction CMake is a popular C++ build tool. RAD Studio 10.2.3 Tokyo provides support for building CMake projects on the command line using RAD Studio compilers. 10.2.3 also specifically supports using Ninja with CMake, allowing for very fast parallel builds. This will allow you to easily build third-party libraries without converting them to a C++Builder project. You can also use Ninja…
Read more
News

darkUnicode codec for Delphi

Author: Craig Chapman Another library to drop out of my Dark Glass development project today is my unicode codec (now named darkUnicode). https://github.com/chapmanworld/darkUnicode This simple class can be used to encode and decode unicode code-points by hand (independent…
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 specifically Ninja for fast parallel builds. What are CMake Generators? CMake is a compiler- and platform-independent…
Read more
News

RTL Enhancements in RAD Studio 10.2.3

As listed in the “What’s New in 10.2.3” DocWiki page,http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_3, among the changes, new features, and fixesin the latest update of 10.2 Tokyo. One of the added features isMIME…
C++

C++ Quality in 10.2.3

EveryRAD Studio release, we focus on what we call QPS: Quality, Performance, Stability.Recentreleases of C++Builder have included: 10.2.0: Lots of work on our linker; improved codegen and optimizations;and debugging improvements (minimizing debug info size, better debugging) 10.2.1: CodeGuard for Windows 8.1 and 10; a groupof exception handling…
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++

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…
News

RAD Server Support for Web Files in RAD Studio 10.2.3

The RAD Server (formerly EMS) platform is evolving to be a better backend for JavaScript applications, including of course those built with Ext JS. In the 10.2.2 release we improved support for returning JSON data based on the result of database queries, as covered inhttp://blog.marcocantu.com/blog/2017-december-dataset-mapping-json.html. In RAD Studio 10.2.3, we have added to RAD Server the…
Read more
C++DelphiNewsRAD Studio

Embarcadero End-of-Fiscal-Year Flash Sale is Too Good to Pass Up

I am not in the habit of drawing attention to Embarcadero promo offers, but our current offers are too good to pass up. Take advantage of our End-of-Fiscal-Year Sale and get on RAD 12. We’ve had…

IN THE ARTICLES