oschwartz10612/poppler-windows

missing msvcp140.dll

pockhiss opened this issue · 3 comments

I am getting the error that msvcp140.dll is missing after changing from poppler-0.68.0_x86 to poppler-0.90.1 on Windows 2012 Server.

Hi,

I believe this is an issue with Windows Server 2012 as I do not encounter this issue on Windows 10. Unfortunately I am unable to test this as I do not own a copy of Server 2012.

These are the steps you can try to take:

  • It appears that msvcp140.dll is included in Visual C++ Redistributable for Visual Studio 2015, so you can try to install that from here.
  • You can try to follow this tutorial to download an install the dll.

Let me know if you still encounter issues after trying the above.

Owen

Works. Thanks. Before, I googled and then picked an older VC runtime download and it said my system already had a newer version. Your 2015 link fixed it.

Fantastic! Glad that I could help!