when the program starts, writes about the missing files MSVCP140D.dll, ucrtbased.dll, CONCRT140D.dll, VCRUNTIME140D.dll.
I found out that the suffix "D" in the name of the dll means that the Debug version is used. These versions are not included in the Visual C / C ++ Redistributable. So the first thing that follows to do - rebuild your application in the Release configuration.
when the program starts, writes about the missing files MSVCP140D.dll, ucrtbased.dll, CONCRT140D.dll, VCRUNTIME140D.dll. I found out that the suffix "D" in the name of the dll means that the Debug version is used. These versions are not included in the Visual C / C ++ Redistributable. So the first thing that follows to do - rebuild your application in the Release configuration.