Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

Test Code Formatting

Author: Rebekah D Testing code formatting. Fullscreen 1 2 3 4 5 6 7 8 #include <stdio.h> int main() { printf(“Hello Bloggers!\n“); } XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX #include <stdio.h> int…
News

C++ Libraries in GetIt: Eigen

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use with C++Builder and CMake, for example, and this isrelated. Today, let’s look atEigen. Eigen is a very…
Read more
News

C++ Libraries in GetIt: EasyBMP

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use…
News

C++ Libraries in GetIt: TinyXML 2

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use…
News

Performance and Quality in the RAD Studio 10.3 IDE

RAD Studio 10.3 has a number of performance improvements, as well as some quality improvements we’d like to share. IDE Fix Pack Some time ago, we licensed Andreas Hausladen’s IDE Fix Pack. This is an unofficial IDE addon that changes the behaviour of several things in the IDE, including fixing some bugs. Andreas kindly let us see the issues he had identified and integrate fixes. In 10.3, we…
Read more
Delphi

New Dialogs Box on Android with Delphi 10.3 Rio

Author: Landerson Gomes One of the features introduced in Delphi 10.3 Rio was the new design of the Dialog Boxes for Android. Check out this video for an example using ShowMessage! Video Access the original post in Portuguese on my personal blanderson gomesomes.com.br. Do…
News

Delphi RTL Improvements in 10.3 Rio

While working on 10.2 updates, we started delving into some performance issues of the Delphi RTL, that were effecting other libraries like JSON processing, streaming, string processing, DataSnap and RAD Server web services, and more. In many cases, addressing these issues required adding new methods to existing classes, or adding new global functions, something we can do only in interface breaking…
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES