Hi Pierre
this Dll is part of the Visual Studio C++ normally it should be for the Version 2012.
I got uploaded some versions for you here:
1.VC_redist.x64_2017.exe = Microsoft Visual C++ Redistributable for Visual Studio 2017
1.VC_redist.x86_2017.exe = Microsoft Visual C++ Redistributable for Visual Studio 2017
2.VC_redist.x64_2012.exe = Microsoft Visual C++ Redistributable for Visual Studio 2012 Update 4
2.VC_redist.x86_2012.exe = Microsoft Visual C++ Redistributable for Visual Studio 2012 Update 4
3.DLL-Pack.zip = only the DLL that should be copied to the C:\Windows\System32\ Folder.
if it is not registered you can also just re-register it by following commands:
1.Click the start option.
2.Click run
3.Enter following at the run field:
regsvr32 "C:\Windows\System32\mfc110.dll"
4.Click the OK Button
Here is once more a link to Microsoft, but they might not last long, as they are keep changing the links.
http://www.microsoft.com/en-us/download ... x?id=30679choose the right version for your Windows 64 or 32 Bit.
