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
DelphiModernizationNewsTech Partner

Modernizing Legacy Delphi Code? MVP Oren Aviram Shows You How

Modernizing legacy code poses less of challenge than may seem at first sight, as long as the right tool is deployed. In an on-demand webinar from DelphiCon, Embacadero MVP Oren Aviram discusses the challenges of legacy code modernization, and presents Delphi Parser, an intelligent find-and-replace tool that knows Delphi syntax and can even link between objects through code. It’s a Delphi robot…
Read more
DelphiNewsWebinar

All About Apple ARM on the Desktop

For years Intel and AMD’s x86 architecture has ruled the desktop, while ARM dominated mobile platforms. Now ARM is making inroads onto the desktop. There are multiple versions of the M1, and the 2nd generation M2 is now available. With a shared CPU architecture, iOS…
DelphiRAD Studio

Everything You Need to Know About Cross-Platform Development

Recently I have discussed various topics on cross-platform development. We have explored and discovered different cases of cross-platform mobile and desktop development and learned about the best options when it comes to native and cross-platform development. Here a great selection of useful articles about cross-platform development we’ve published in the last few months. We also go on to…
Read more
C++CodeIDE

How To Use The Windows UI toolkit With A C++ Compiler

If you want to develop a professional Windows application, you need a good quality C++ IDE andC++ compilerthat you can use to edit and compile your code to an executable Windows application. Maybe you are very good at C++ programming console applications but you don’t know how to switch up a gear to use the C++ Compiler to create a GUI. In this post, we explain simply how you can…
Read more