Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of useful information on why and how the new C++Builder matters to you, where this was the very end (so go watch the start!)
Tip #4 ¾: Help When Moving from 32 to 64 Bit
Tip 4 was about the compiler communicating to…
What are vcle.lib and rtle.lib?
November 7, 2022
Solving an interesting issue upgrading a project from Classic to Clang.
A recent blog comment asked for help where a Clang project was linking to vcle.lib, but the library did not exist in the Clang linking path (lib/win32c/release): it’s present only for the classic…
Hello C++ Builder Developers,
We have new post picks for you from the LearnCPlusPlus.org website. We listed some of the interesting posts from the last week. If you are a beginner or want to jump into C++ Builder please visit our LearnCPlusPlus.org website for the great…
The Time to Modernize Is NOW!
September 9, 2019
Malcolm Groves’ recent webinar, “Converting a 20-Year-Old Legacy Application to Microservices and Containers,” along with many discussions with our customers and technology partners, specifically Oren Aviram from Delphi Parser, inspired me to write a quick piece on modernization. One of the largest challenges our community faces today is motivating teams to upgrade large legacy…
So you have decided to modernize your Delphi app...
January 3, 2019
Author: olgapetrova
So you have decided to modernize your Delphi app by adding a web frontend to it, that will address several outstanding issues:
You will be able to update the UI to a new modern look and feel. I like Google’s new Material Design, it gives apps a new…
Application Architecture Modernization with Delphi 10.3
December 7, 2018
Delphi is used to build some of the most powerful client-server applications in the world. From Defense to Healthcare, Delphi has been a reliable choice, especially when customers required high-performance Windows clients. The early 2000s saw a massive focus on homogeneous…