Got an error report from a customer running Windows 7 Professional, 64 bit. The error is: "program can’t start because api-ms-win-crt-runtime-l1-1-0.dll is missing "
My search of the forum suggested that a missing SP1 might be the problem, but the customer has replied that Service Pack 1 was installed all along. Any idea what I can tell this customer to get him up to speed.
Thank you for your replies. I found the installers (x64 and x86). I see that the installer runs independently on my Windows system. Am I supposed to imbed them in my application in some way, or just tell any user who complains to run this installer to fix their system? (Sorry, but not a regular Windows user)
Creating an installer would be the way to go, rather than sending your user an exe. You can then perform this check during the installation process and install it if needed.