Describe the issue
The latest Windows release of Uncrustify (uncrustify.exe v73.0.11) fails to run. An error dialog appears stating that VCRUNTIME140_1D.dll was not found. The _1D suffix in the DLL name indicates that the executable is a debug build. This version requires the Visual C++ Debug Runtimes.
Expected behavior
The executable should be a release build. It should depend on the standard, redistributable VCRUNTIME140.dll (without the _1D suffix) and run correctly on a standard Windows installation after installing the appropriate Microsoft Visual C++ Redistributable.
Describe the issue
The latest Windows release of Uncrustify (uncrustify.exe v73.0.11) fails to run. An error dialog appears stating that VCRUNTIME140_1D.dll was not found. The _1D suffix in the DLL name indicates that the executable is a debug build. This version requires the Visual C++ Debug Runtimes.
Expected behavior
The executable should be a release build. It should depend on the standard, redistributable VCRUNTIME140.dll (without the _1D suffix) and run correctly on a standard Windows installation after installing the appropriate Microsoft Visual C++ Redistributable.