Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
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
Delphi

How to Transfer Images via DataSnap REST Part 3

Author: Landerson Gomes In this post you will watch the video of how to upload files from an Android client application to Datasnap REST Server. Watch it! {“video”:”https://www.youtube.com/watch?v=NquqzZHGqi8″,”width”:”400″,”height”:”225″} Access the original post in Portuguese:TRANSFERINDO IMAGEM…
Read more
C++CodeIDERAD Studio

What Are The Container Adapters in Modern C++?

Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new…

IN THE ARTICLES