There are dozens of Windows software makers; the powerful tools and programming languages used to create Windows GUI applications. Most of them require you to write thousands of lines of code to do even the most basic tasks, such as drawing UI elements. Yes, several of them have their own RAD (rapid application development) tool, but when you compare Windows App Development Tools like…
The Story Of The C++ Compiler And How To Wow Your Users
March 4, 2022
Hello C++ Developers,
Do you want to read about the long and successful story of C++ Compiler and programming language including C, Turbo-C++, Borland C++, C++ Builder, Visual C++, GNU C/C++, and Objective-C languages and IDEs? Well I’ve included a link below to…
Android on Windows 11: A Developer's Perspective
March 2, 2022
The Windows Subsystem for Android (WSA) integrates native Android apps into the Windows 11 desktop. This post will teach you how to set up and configure the Windows Subsystem for Android for use in software development. It will be much easier for developers to replicate this…
Top 10 How To's: Windows 11
February 27, 2022
The most recent version of Windows, Windows 11, was released in October 2021. It is critical that you update your applications to support it. RAD Studio 11, Delphi 11, and C++Builder 11 previously supported Windows 11. Let’s take a look at our top ten How-for to’s the highly anticipated Windows 11 release.
1. This Is How To Develop C++ iOS Apps On Windows 11…
How Are Delphi And Electron Licenses Alike And How Do They Differ?
February 27, 2022
Delphi and Electron licenses differ significantly. In fact, in some ways, they are diametrically opposed. The benchmarking study cited in this blog post and the entire series of which is the seventh post looks at the similarities and differences between the two platforms.
App Store Deployment Comparison Between Delphi And Electron
February 27, 2022
This blog post compares the Delphi and Electron frameworks based on Application Store Deployment, specifically whether the framework’s IDE makes it easy to deploy directly to native platform application stores by reducing deployment complexities and shortening…
The Top 5 Misconceptions About Windows Program Development
February 23, 2022
The Windows operating system is the most used desktop operating system in the World. Windows 11 launched with a substantial firestorm of publicity from Microsoft. With the new innovations such as the excellent Windows Subsystem For Linux (WSL) there seems to be a large uptick in interest from coders looking to Windows program development. Microsoft have consolidated their position as the dominant…
Alister Christie And Serge Pilko Talk Delphi, Part 1 of 3: Career Beginnings With Delphi
February 20, 2022
In the world of Delphi, Alister Christie needs no introduction. He is the author of the legendary “Code Faster in Delphi”, and the creator of hundreds of videos that showed many of today’s Delphi developers around the world how to program and accomplish things with…
On 12 January Serge Pilko, Embarcadero MVP and founder of Softacom, a world leading Delphi software development services and software solutions provider, published a video of his interview with Alister Christie, author of the legendary “Code Faster in Delphi” and the…
What You Need To Know - A Beginner's Guide To Windows UI Toolkits
February 17, 2022
A control or component is a user interface (UI) element that displays content or enables interaction. Components are the building blocks of the user interface. A ‘pattern’ is a recipe for combining several controls to make something new. This article gives a guide for Windows UI development and design guidance for better UI development with modern Windows UI toolkits.
The Delphi…