CodeDelphiWebinar

Secrets of Visual Design on Windows 11

Using truly great IDE software really empowers software developers. RAD Studio is so much more than just Delphi – which I think is the easiest professional modern programming language you can pick – it also brings along a whole bunch of great things not the least of which is a rich selection of professionally designed graphical program styles to make your apps look like you have the…
Read more
News

10 Years at Embarcadero

This months marks my tenth anniversary as Delphi Product Manager After many years of working with Delphi as an expert, consultant, and book writer, I started working as Delphi Product Manager at Embarcadero in November 2012, which means this month marks my 10th anniversary…
News

ECON22 - Brazil, 600+ developers

Having been online for the last two years, ECON Brazil was again able to run a live in-person conference event this year. Hosted by the Embarcadero Brazil team, over 600 developers attended a full conference day with 7 parallel tracks running at the same time on Tuesday 8th November. 40+ speakers made up of MVPs and other subject matter experts, presented during the day, with everything happing in…
Read more
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++CodeIDERAD Studio

Artificial Intelligence - A Complete Guide To Programming In C++

We may be in the cusp of a new era with Artificial Intelligence (AI) Technologies. What part can C++ software play in the advancement of artificial intelligence? Read on to find out more. Is Artificial Intelligence Science Fiction or Science Fact? We’ve all seen the movies. AI, taking over the Earth and enslaving what it sees as dumb humans. A patient but unyielding HAL 9000 refusing…
Read more