C++DatabaseDelphiIDERAD Studio

Addressing the Problem of the Missing dbxConnections.ini File

There is an issue with RAD Studio 10.4.x related with dbExpress configuration, that you can work around by creating a new configuration file. When you install RAD Studio 10.4 (or 10.4.1) or Delphi or C++Builder, there is an error in the installation script that causes a configuration file to be missing. The lack of this file, that the IDE expects, causes a few errors reported for example…
Read more
News

Bold for Delphi is Open Source

By publishing the source code of Bold for Delphi with an MIT license at https://github.com/Embarcadero/BoldForDelphi, Embarcadero has officially made the Bold for Delphi library an open source project. What is Bold (And Some History) Bold is a tool in the MDA (Model Driven…
DelphiNews

RAD Studio 10.4.1 Has Been Released

We are very excited to announce the Delphi, C++Builder and RAD Studio 10.4 Sydney Release 1, also known as RAD Studio 10.4.1.  This new release builds on the feature set of 10.4, enhancing existing features throughout the product and offering a more robust and smooth…
News

Patch 2 for RAD Studio 10.4 now available

This patch addresses a number of issues in RAD Studio 10.4, pertaining to Delphi Compiler, the RAD Studio IDE in general and the new LSP-based Code Insight in particular, plus C++ Builder Android exceptions and some debugger issues. The installation of this patch…
News

Workaround for iOS AppStore 1024x1024 Icon Issue

In the middle of June, Apple started enforcing a requirement for store submissions via App Store Connect. While the requirement is not new, in the past Apple allowed developers to add the 1024×1024 icons via the store listing, rather than as part of the app submission. Now they are requesting the icon to be part of the package, although it seems that some app updates are exempted from the…
Read more
News

Record Number of Issues Addressed in RAD Studio 10.4

RAD Studio 10.4 has a nice set of new features, now covered in several blog post and in the announcement webinar (the replay is available athttps://www.youtube.com/watch?v=-rTLEXLVueQ). The 10.4 release also addresseda large number of issues, including…
C++

Updating RAD Studio 10.4 Sample to Fix LF Issue

There was a configuration issue in RAD Studio Sample GitHub Repository (https://github.com/Embarcadero/RADStudio10.4Demos), namely the fact the demos were configured with LF only (Line Feed), rather CR LF (Carriage Return and Life Feed) as the RAD Studio IDE expects. Compiling and running the demos works as expected, but if you edit them some of the editor helpers will get confused and so the…
Read more