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

Dynamic Library Loader – My first published GitHub project!

Author: Craig Chapman A few weeks ago, I began a live-streamed coding project to develop a game engine named DarkGlass using Delphi. When I began the project, I knew that it was possible that several useful libraries might drop out of the development process, and so I have been working to separate the concerns of each piece of the code. Today, my first “useful” code library from that project…
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 fixes in the latest update of 10.2 Tokyo. One of the added features is MIME support improvements for…
C++

C++ Quality in 10.2.3

Every RAD Studio release, we focus on what we call QPS: Quality, Performance, Stability.  Recent releases 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…
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…
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-2822 specifies lines should be no longer than 78 characters, and the MIME spec RFC-2045…
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…
C++

New in 10.2.3: CMake Support

A very exciting feature in C++Builder 10.2.3 is support for using 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 Windows What is…
News

Announcing the Availability of RAD Studio 13 Florence Update 1

Embarcadero is pleased to announce that RAD Studio 13 Florence Update 1 (RAD Studio 13.1), along with Delphi 13 Update 1 and C++Builder 13 Update 1, is available to customers starting today. RAD…

IN THE ARTICLES