As you may have read in Atanas Popov’s GM Update blog post last month, we’ve been working on exciting changes to our Enterprise and Architect edition SKUs.
We’re happy to announce that an Enterprise Connector (CData FireDAC Professional) 1 year subscription license (a $999 value) is now included as part of 10.3 Delphi, C++Builder and RAD Studio Enterprise and Architect edition purchases (see…
RAD Studio, Delphi and C++Builder 10.3.2: List of Patches
September 30, 2019
We’ve releasedfive patches (also known as hotfixes) for RAD Studio 10.3.2. To ensure you know about all of them, andcan install correctly, here is a list and some overview information. If we release any others, we’ll update this blog post with…
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…
Addressing iOS 13 and Android 64-bit with RAD Studio
September 23, 2019
The mobile landscape is constantly changing. iOS 13, which was released on September 19th, adds a system-wide Dark Theme.
Many software applications, including Delphi and C++Builder, now allow you to switch between a light and dark theme. Users who prefer to work at night or in low-light environments will benefit from dark themes.
When developing an app for iOS 13, developers can choose to support…
Joint Windows 10 Webinar with Microsoft and Embarcadero
September 16, 2019
Embarcaderohasbeen focusing a recent series of webinar on Windows 10 and the RAD Studio features (mainly in VCL) specifically focused on the latest version of Windows. This week we are going to have a special event, presented by Microsoft and Embarcadero, and…
Windows 10 and New Key UX Principles for RAD Studio Developers
September 10, 2019
I recently did a webinar on Windows 10 and New Key UX Principles for RAD Studio developers. You can find the replay here.The webinar covered the following:
Windows 10 Landscape
Key RAD Studio Windows 10 Features Overview
Windows 10 VCL Controls…
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 Microsoft’s focus and the industry are headed.
At the same time, C++ has been progressing fast. In 2009 when Windows 7 was…
Windows 10 Modernize Webinar Series
August 20, 2019
Our webinar series in August and September focuses on helping you modernize to get the most out of Windows 10. Are you running on Windows 7 or earlier? Effective January 14, 2020, Microsoft will end support of Windows 7. On that day, the company will also no longer patch…
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…
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 variables in apps built with the Win32 Clang-enhanced compiler showed only ‘?’, not the value (RSP-25527)
Fatal…