DaviMedrade / ETS2Sync-Helper-4

ETS2Sync Helper v4.0+
Other
56 stars 22 forks source link

Error on the missing files MSVCP140D.dll, ucrtbased.dll, CONCRT140D.dll, VCRUNTIME140D.dll #62

Closed IgorSanj closed 2 years ago

IgorSanj commented 4 years ago

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.