C++CodeIDEModernizationRAD Studio

What are vcle.lib and rtle.lib?

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 compiler in lib/win32/release. (Note the C in win32c, meaning Clang.) Why? If you see this error, how do you resolve it and…
Read more
Delphi

The Time to Modernize Is NOW!

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…
News

So you have decided to modernize your Delphi app...

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, modern interface based on current design best practices, but easily customized and adapted to meet user demands. You will be…
Read more
Delphi

Application Architecture Modernization with Delphi 10.3

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…