The #IoT2019Competition focuses on building a connected project using Delphi or C++Builder and Visuino.
Entries must publish the code online (GitHub, BitBucket, Assembla, etc.) along with a short video (YouTube, Vimeo, Lbry, etc.) showing it in action. The project must include a microcontroller board like Arduino, Esp32, M5Stack, Teensy, or even Raspberry Pi, that connects via your chosen method…
Using IBM Watson and the power of Artificial Intelligence (AI) from Delphi and/or C++Builder
October 23, 2019
Follow-up to the webinar on “Using IBM Watson and the power of Artificial Intelligence (AI) from Delphi and/or C++Builder ” from Thursday, October 24, here are the resources, slides, and code examples used in the webinar:
Webinar Replay Link…
RAD Studio, Delphi and C++Builder 10.3.2: List of Patches
September 30, 2019
We’ve released five patches (also known as hotfixes) for RAD Studio 10.3.2. To ensure you know about all of them, and can install correctly, here is a list and some overview information. If we release any others, we’ll update this blog post with details.
When…
RAD Studio 10.3.2 C++ Debugging Patch
September 26, 2019
A patch for debugging local variables withthe classic and Clang compilers
We’ve just released a patch (what used to be called a hotfix) foran issue affecting C++Builder 10.3.2.
Debugging variables in apps built with the Classic bcc32 compiler could not be evaluated or watched (RSP-25943)
A previous hotfix, ‘RAD Studio 10.3.2 C++ and Delphi Toolchain Patch‘ (August…
Windows 10 and Modern High DPI Display Support in Delphi and C++Builder
September 13, 2019
Display sizes and resolutions today are often significantly higher resolution than a few years ago.On the machine where I’m writing,I haveone 1920×1080 24″ external display (once considered a really good size!)plusthe…
Modern C++ with Modern Windows
September 6, 2019
This month, September 2019, Windows 10 now has over 50% market share according to VentureBeat. It passed Windows 7 in January. Windows 7, which was introduced in 2009, will have support end in January, and the message from Microsoft is clear: Windows 10 is where both…
An issue where changes to a file in the IDE would not be reflected in the compiled EXE is fixed
We’ve just released a patch for C++Builder and Delphi 10.3.2 that fixes the following issue:
In some situations, modifying a file in the IDE followed by making or compiling the project would not build the modified file into the resulting binary (RSP-25509, RSP-25590)
This issue would result in…
RAD Studio C++ and Delphi Toolchain Patch Released
August 14, 2019
A patch for debugging local variables for Win32 C++, and linkinglarge Delphi macOS64 apps
Updated Sep 26 2019 – see below
We’ve just released a patch (what used to be called a hotfix) for two issues affecting Delphi and C++Builder 10.3.2.
Debugging local…
Boost 1.68 for Win32 and Win64 in C++Builder 10.3.2
August 5, 2019
RAD Studio 10.3.2 comes with theup-to-date version 1.68 of Boost for both Win32 and Win64 Clang-enhanced compilers, plus Boost for the classic compiler
The 10.3.x version of C++Builder has focused so far on upgrading the C++ toolchain to support C++17, as well as…
Installing C++Builder 10.3.2, Boost, and more
August 1, 2019
RAD Studio 10.3.2’s online installer, anda GetIt server for Boost and other libraries for 10.3.2, are online.
As you may know, we have had some server issues recently which have affected installation.
During this time, the workaround to install was to use the offline ISO-based installer. However, GetIt, which is the source of many libraries including Boost, remained offline.
I’m…