On Mon, Dec 11, 2017 at 7:06 PM, Samuel Burt <composer.samuel.burt@gmail.com> wrote:
Thanks, Lucas. That's exactly what I needed and couldn't find.

That last exchange was from 2016. Any reason the dll isn't included now? Is it some kind of licensing issue?


Since Win10 it's not considered a system file anymore.
The implementation of the c-language runtime library has changed, so applications from the past need to include the msvcrt dll in the same directory as the application that was built against it, see:
https://support.microsoft.com/en-us/help/326922/redistribution-of-the-shared-c-runtime-component-in-visual-c

 Martin