DelphiDeveloper InterviewsInterviewNews

What Is It Like To Be A Developer Joe C. Hecht?

Hello. This article is part of a series where we speak with professional software developers who use Windows app development tools, ask them what it’s like to write code for a living, and perhaps gain a few insights into the software development industry along the way. Today we’re talking to Joe C. Hecht also very well known as “TJoe”. Joe is now tapping out code in the humid heights of…
Read more
DelphiNews

How to Prepare For RAD Studio 11

The RAD Studio 11 release date is fast approaching, and with its support for high DPI screens, a vastly improved user experience and new features for rapid app development, it’s going to change the game for Delphi and C++ developers.  Are you and your team ready for the…
C++Delphi

How To Use A C++ DLL In Any Delphi Program

There is a glorious wealth of useful C++ libraries available on the internet. We have featured many great uses of C++ here on this blog too. C++ is typically extremely high performance. If we can have the source code of the C++ library, we can create a package that will then allow us to use C++ in our Delphi programs. Often, though, the source code of the C++ library is not available. In…
Read more
DelphiNews

How to Use Azure Cognitive Services

It’s been around 6 years since I last wrote about the Azure Translator Services. Since 2015, the API has been updated from XML to JSON and re-organised under the Cognitive Services branding. Additionally, functionality has been broken down into different resources to help control access and provide increased flexibility around service delivery and billing. This week, I’ve updated the…
Read more