Delphi

Protect Your App With This Free Anti-Hacking Tool In 2021

Hackers around the world are using advanced tools to abuse your source code. They can extract sensitive information from your application and cause major financial damage. As a result, obfuscating your Delphi program can be critical. It will make it extremely difficult for hackers to analyze the code. As a result, they cannot abuse or add malicious functions to your application. In this post, you…
Read more
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…
DelphiNews

Welcome to the future of software development, again

I have some good news for you, the future of software development has arrived! Well, to be precise, the next possible big thing in the future of software development is here… again. What’s next for using Electron with Windows for Windows Application Development?
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…