Blog

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.

Memory
September 13, 2023
Avatar for Stephen Kellett
Stephen Kellett

Delayed memory deallocation can look like memory leaks

We recently had a bug in one of our tools that passed all memory leak tests (it didn’t leak memory) but in real-life use with […]

Life
September 13, 2023
Avatar for Stephen Kellett
Stephen Kellett

Which lens are you viewing the world through?

This was written a few years ago, but only posted 13 September 2023. A few years ago I attended the funeral of a 96 year […]

Hints and tips
September 13, 2023
Avatar for Stephen Kellett
Stephen Kellett

How to Install Intel One Mono fonts on Windows

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. […]

Debugging
September 1, 2023
Avatar for Stephen Kellett
Stephen Kellett

How to find exception reports for our Validator tools

In an ideal world software would never crash. In the real world, software crashes. Hopefully infrequently. Our tools write an exception report when they crash. […]

Avatar for Stephen Kellett
Stephen Kellett

How do I monitor a process launched from batch files or Powershell scripts?

Batch files are often used to setup an environment prior to starting an executable. You can also do this with Powershell scripts. If you use […]

Blog Hints and tips
August 15, 2023
Avatar for Stephen Kellett
Stephen Kellett

Enabling and disabling Powershell script execution

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 […]

Blog
August 11, 2023
Avatar for Stephen Kellett
Stephen Kellett

How do I build all projects in a solution from the command line?

The problem I needed an easy way to automate the building of a Visual Studio solution from the command line. I have a process that […]

Blog
July 25, 2023
Avatar for Stephen Kellett
Stephen Kellett

Manually installing a licence without reinstalling the software

In this article, we’re going to discuss how to manually install a licence without reinstalling the software. Why would I want to do this? The […]

Blog
May 18, 2023
Avatar for Stephen Kellett
Stephen Kellett

Common IIS Server Errors

When working with IIS it’s not uncommon to run into problems with pages not being served correctly. When this happens you’re shown an error page […]

Blog
April 12, 2023
Avatar for Stephen Kellett
Stephen Kellett

Setting directory permissions for user group IIS_IUSRS

If you’re working with IIS there is a high likelihood that at some point you’ll want to write data to a log file and/or enable […]

Fully functional, free for 30 days