This blog is where we help you improve your software, teach you how to use our tools to solve problems, software tool use cases, and improvements to our software tools.
In the previous article, I showed you how to embed data into a custom resource in your application. In this article, I’m going to show […]
Recently Intel introduced the One Mono font, which is intended to reduce eye strain and to be superior for use by people with vision difficulties. […]
If you’ve ever tried to run Powershell scripts from Windows Powershell you’ve probably seen this error message. e:\testNativex86.ps1 : File e:\testNativex86.ps1 cannot be loaded because […]
Introduction OK so it’s 2020 and how many people are developing ISAPI extensions? More than you might imagine. Yeah, Ruby on Rails and Rust are […]
If you’ve ever developed an MFC program with a graphical user interface and then later thought that it would be really nice to also provide […]
We’ve had a few people asking how to configure C++ Memory Validator to work with programs built using Dev C++. Dev C++ is an IDE […]
After writing for Microsoft’s Windows platform for 20 years, I thought I knew all I could know about GetFileAttributes() until I found a rather odd […]
A few years ago Microsoft introduced support for very high resolution monitors. Such monitors might have nearly 4000 pixels horizontally and over 2000 pixels vertically. […]
There are times when writing a custom control will waste your time like nothing on earth. I’m going to share with you a particularly painful […]
In this article, I will demonstrate how you can embed data into a Windows PE format executable (EXE or DLL). At the end, I will […]