News

A Summary of Year 2022 for RAD Studio (and Delphi)

What happened in 2022 for RAD Studio, Delphi and C++ Builder? Here are a few highlights — and also a quick look at what’s coming soon February 2022 Delphi 27th Anniversary, along with the release of an Innovation Timeline Infographic and a Delphi WinUI 3 Demo March 2022 The C++Builder 25th Anniversary. I released a Historical Article on C++ Builder Language Extensions Release…
Read more
News

Deploy Yellowfin Using Docker And Connect it to Delphi Apps

Even though Yellowfin is very straightforward regarding installation, sometimes we don’t want to mess up our main developing computer with extra applications or spin a new VM just to install one piece of software. Here is where Docker comes into play and really shines. Yellowfin has an “all-in-one” Docker image that makes deploying a test or demo environment a breeze. This Docker image is…
Read more
ContestDelphiNews

Delphi Digital Fan Art and AI Art Contest

Are you a developer or creative looking for an exciting new challenge that will not only push the boundaries of technology but also possibly win you up to $500 in prizes? If so, the Delphi Digital Fan Art and AI Art Contest is precisely what you’re looking…
C++DelphiNewsPython

The Top 10 Most-Read Blog Posts of 2022

In 2022 the Embarcadero blog had just under two million pageviews. This reaffirms the connection between Embarcadero and the Delphi community, and the strong interest our product updates and explorations of Delphi’s capabilities generate among developers. So which of the blog posts of 2022 drew the most interest? To compile this list we chose to leave out posts related to product releases and…
Read more
News

Setting up Ubuntu 22.04 for Delphi 11.2 Debugging

I created a Bash script a while back for setting up Ubuntu for Delphi development, and update it for each new release. The script automatically installs all the required packages, along with PAServer. I recently updated it again due to an LLDB debugging issue.
News

Some Suggestions to Help the Delphi Compiler

Offering some tips and suggestions you can consider to help the compiler be faster and consume less memory using the current version of Delphi. Over the last couple of years, Embarcadero has put a significant effort into optimizing the Delphi Object Pascal compilers’ performance and reducing its memory usage, so that our customers with large applications can have a better experience…
Read more