Fix “The program can’t start because MSVCR100.dll is missing from your com

阅读更多
Instead of installing MSVCR100.dll which you miss as other guys suggest, my solution is to find the required files from your computer, normally you may find out lots of such ddl files and then copy them to the fold where curl.exe is
> cd /
> dir MSVCR100.dll /s

 Directory of C:\Program Files\Lenovo\Communications Utility\x64

2011/09/01  20:10           829,264 msvcr100.dll
               1 File(s)        829,264 bytes


There may be lots of such files you can find out from different app installed fold. I was so lucky that I just tried the first one which makes curl works normally.

Fix “The program can’t start because MSVCR100.dll is missing from your computer.” error on Windows.
Fix “The program can’t start because MSVCR100.dll is missing from your com_第1张图片

Pleae note that both of msvcr100.dll and msvcp100.dll are necessary, otherwise, you may meet the 0xc00007b error as below

fix 0xc00007b error "the application was unable to start correctly"
Fix “The program can’t start because MSVCR100.dll is missing from your com_第2张图片


你可能感兴趣的:(curl,msvcr100.dll,0xc00007b)