DesktopCast is a sample application with a client-server architecture where a client application can connect to a server application and receive a screenshot taken by the server application once or every 5 seconds using app tethering. The server application is a VCL application, and the client application is available both as a VCL application and as a FireMonkey application.
You can find…
The C++Builder linker will warn you when you mix object files linked with classic and clang together, helping you avoid linker or runtime errors.
Today in 2020, we recommend using the modern Clang compilers, especially with the work we’ve been doing for Win64…
Updated Version of IBLite 2020 and IBToGo 2020 in GetIt
August 6, 2020
There is an updated version of the embedded InterBase for RAD Studio, available in the GetIt package manager.
RAD Studio 10.4 shipped with InterBase 2020 Update 1 embedded versions. IBLite and IBToGo are technically the same binary with different features —…
Before RAD Studio 10.4, the default of transaction isolation option for FireDAc connections wasread committed. That is TFDConnection.TxOptions.Isolation was xiReadCommitted. This was the value set for the component, and being the default it wasn’t send to the database. FireDAC just assumed the default value in its configuration was the default of the database and it did not explicitly…