C++

New in C++Builder 10.4: A New Debugger for Win64 C++

In 10.4, we have a completely new debugger for C++Builder for Windows 64-bit, with greatly improved inspection of the contents of STL and other types, as well as stability. A New Debugger Before digging into the details, here is whatwe’ve includedin 10.4: a new debugger for C++ Win64 based on modern LLDB and with support for evaluating complex STL and other types. This support…
Read more
C++

Getting Started with InterBase for RAD Users

Most, if not all, of your applications will connect to some database backend.  For Delphi and C++Builder users, most have either used it previously or have heard of it. InterBase is a zero admin, small footprint database engine that offers enterprise grade database…
C++

VCL Per-Control Styles - New in RAD Studio 10.4

In the past, the VCL library allowed a developer to select one style (or no style) for the entire application. In 10.4 the VCL library allows you to use multiple VCL styles at the same time in different forms of your applications, or even different controls of the same…
C++

RAD Server: Mapping Web Properties to Folders

In my Embarcadero Academy RAD Server courses, “Using Delphi and RAD Server to Rapidly Design, Build, Debug, and Deploy Services-Based Solutions” and “Using C++Builder and RAD Server to Rapidly Design, Build, Debug, and Deploy Services-Based…
C++

Get ready for the 10.4 Beta with Update Subscription

Update Subscription offers many benefits to our Delphi, C++Builder and RAD Studio customers. Besides key benefits such as access to updates, upgrades and technical support, we also invite our Update Subscription customers to participate in our beta program. Beta testers get early access to test drive new features, provide input throughout the beta cycle, and help shape the next product…
Read more
C++

Happy birthday, C++Builder!

Recently, here at Embarcadero we’ve been celebrating a historic birthday, Delphi’s 25th birthday (Feb 14, 1995.) There have been some great blog posts, stories, andpeople sharing on twitter, not to mention an amazing Delphi 1 celebration websiteand an…
C++

Issue with localized compilers in RAD Studio and C++Builder 10.3.3

The localized versions of the C++Builder 10.3.3 C++ compilers are not up to date. We’ve identified an issue in RAD Studio and C++Builder 10.3.3 regarding the localized versions of the C++ compilers. Background In the past, we translated the compiler error messages, aiming to assist developers in non-English countries to understand compiler hints, warnings and errors. To do this, we shipped…
Read more