News

Real-world CMake and C++Builder applications on github

Last week, we ran a popular webinar Fast Builds and Integrating Libraries: Using CMake and Ninja for C++ Builder 10.2.3. The replay is now available on Youtube. In it, I demonstrated twoitems building with C++Builder and our CMake support: a real-world FireMonkey application, and Google Test. These are available on github: Mazes:I wrote this for CodeRageXII in…
Read more
News

Speaking at Delphi Conferences in Italy and Poland in June

While most of the Delphi conferences in Europe happen in the fall (September and October are generally fairly crowded months), there are also a few regular events in the late spring timeframe. Delphi Day, Italy, June 7th The Delphi Day in Italy is a conference I helped…
News

Desktop Development on Windows and Delphi VCL Library

Despite all the push for web and mobile development, which are certainly growing a lot, Windows desktop development is far from death. In fact, at the recent Build 2018 conference Microsoft reported that over the last year the developers using Visual Studio for building…
News

RAD Server Solution Series: [Field Service Application]

Solution Name: RAD Server Field Service Application – Delphi Industry: Field Service Solution Overview: The RAD Server Field Service Industry Template provides an end-to-end field service application template for routing appointments, managing parts, and user administration. It is made up of a REST server module, a desktop client, and a cross platform mobile…
Read more
C++

Using an IDE: Getting back to code faster

A C++ IDE or an Integrated Development Environment is application development software written to give you a way to create or write C++ applications and programs. There is usually a single interface that incorporates all the tools you need to develop applications…
News

C++ with LINQ

Author: Shinji Chikugi I found an interesting C++ libraly.That is “LINQ for C++”. What’s “LINQ”? LINQ (Integrated Language Query) is a function of C#. LINQ issues a query to the container and gets the result. For details, please refer to MSDN. https://docs.microsoft.com/en-us/dotnet/csharp/linq/ LINQ for C++ “LINQ for C++” is the libraly enable to use LINQ…
Read more
News

RAD Studio開發相關的一些重要更新資訊

已經是5月下旬了, 對於開發人員來說今年有數件重要的開發事件值得關注. 首先是RAD Studio本身, 從RAD Studio最新幾個版本我們可以觀察到RAD Studio現在每一個大版本之後會有數個hot fix以及3個更新小版本.
News

RAD Studio开发相关的一些重要更新信息

已经是5月下旬了, 对于开发人员来说今年有数件重要的开发事件值得关注. 首先是RAD Studio本身, 从RAD Studio最新几个版本我们可以观察到RAD Studio现在每一个大版本之后会有数个hot fix以及3个更新小版本. 而这些更新都需要使用者到特定的URL下载安装, 而且有许多使用者并不知道已经有hot…
Read more