I’m proud to release the first open-source product of ENLYZE today, a driver and tool to monitor serial/parallel port traffic on modern Windows systems (Windows XP and later). You can download it and get the source code from our GitHub page.
Naturally, we would have used the popular Sysinternals Portmon tool for …
User interfaces in 2020 need to consider many more details than those of previous generations. One of the biggest changes of the last decade is certainly the introduction of HiDPI displays, displays with much higher resolutions together with software using more pixels per GUI element. Win32 with its pixel-based …
We are now going to get into the nitty-gritty details of Win32 and how modern C++ can help us here: Pointers that free themselves, Universal C++ containers, String resources without regrets, Mastering the handle mess, Gracefully failing constructors, The only WndProc you’ll ever need, …
Let’s start with the obvious question right away: Why should anyone write a new application using ’90s technology like Win32 API in 2020? Well, if you are working at a company like ENLYZE, there are plenty of good reasons to do so: …
The ReactOS Build Environment (RosBE), our curated set of compilers and build tools, has just received a major upgrade.
After more than 7 years of using the same and now ancient GCC 4.7.2, ReactOS is finally going to be built with the help of a modern compiler (GCC 8.4.0). Among other things, the new version better …