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
EventNews

Embarcadero Brazil 2022

I always enjoy coming down to Brazil for their annual Embarcadero Developer Conference. Unfortunately travel restrictions moved the event virtual for the last couple years, but it was back to an in person event this year. Previous in person events had around 400 attendees…
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
C++DelphiNews

New Premium VCL Styles (Fall 2022)

Need some VCL Styles to make your Windows applications look great? You are in luck, there are new Premium VCL Styles available in GetIt, and they are included free as part of yourupdate subscription benefits. Polar Dark Mine Shaft White Smoke Polar…
C++DelphiFireMonkeyNews

New FireMonkey Premium Styles

Did you see the new FireMonkey Premium Styles available in GetIt? There are six new multi-device styles, and they are included free as part of your update subscription benefits. Concrete Nero Alabaster Mine Shaft Polar Light Polar Dark These premium…
C++CodeDatabaseDelphiIDEInterBaseRAD Studio

Visual vs. No Code vs. Low Code App Development, What's The Difference?

Low code app development is the phrase of the moment right now. There are even some tools which fall into the low code category which use artificial intelligence to help develop solutions better although not without some controversary. Yet, the terms used are not clearly definitive, which can lead to confusion. This article will first define a few key phrases such as citizen developer, visual apps…
Read more
C++

How To Build Desktop Apps For Windows?

These days desktop applications have become quite popular due to many reasons such as better performance. Even though there are many platforms nowadays, Windows stands out from the others. Therefore most developers tend to first release their application to Windows. With the…
C++CodeDatabaseDelphiIDERAD Studio

The Best Native App Builder Whitepaper You'll Never Forget

There is a fascinating conversation between Neo and the Oracle in The Matrix Reloaded movie. Neo asks the oracle that if she already knows, how can he make a choice? She cleverly replies because you have already made your choice. You only came to me to try to understand why? Thus, it is strange that we often pick things emotionally and then logically persuade ourselves that we have chosen the best…
Read more