C++

What’s New in FireDAC for Firebird in RAD Studio 10.3.1

Among the many databases FireDAC supports, one commonly used by our customers is Firebird (the open source spin-off of InterBase). FireDAC used to have a single driver for Firebird and InterBase, given they still have a significant degree of compatibility after many years, but more recently the R&D team split it in two separate drivers, with more specific configuration settings and defaults. In…
Read more
C++

New RAD Server Console Ext JS UI in RAD Studio 10.3.1

The new RAD Server Console UI in 10.3.1 is an additional download from GetIt and it sits side by side with the older console. We’ll integrate it more deeply in the future, but you can start using it easily today. 1. Download from GetIt The new web applications is…
C++

Made in Delphi, C++Builder, InterBase and RAD Studio Badges

I’m always getting requests for these badges so people can show off their love of the best development tools. There are three variations of each “Built with,” “Built for,” and “Powered by.”           Powered_by_Built_for_Built_with.zip The zip file also…
C++

ABI Changes in RAD Studio 10.3

In RAD Studio 10.3 we’ve made an interesting very low-level change that affects both Delphi and C++. This is a change in the how method parameters are passed when a method is invoked. For the vast majority of customers, this issue won’t affect you — or if it does, you…
C++

C++ Toolchain Hotfix for C++Builder and RAD Studio 10.3

We have just released a hotfix for RAD Studio 10.3, which addresses a number of issues in the C++ compiler and RTL. This is an important hotfix if you rely on compiler version numbers (for example, for version-specific behaviour in your code, especially useful if you are…
C++

#CodingResolutions: Your First Mobile App

Author: Rebekah D Welcome back to the #CodingResolutions series!  In this post, we’re going to make sure we have our developer environment set up for Android Development, and then create our first Android app in either C++ or Delphi.  Prerequisites:  You should already…