The mfc140u.dll file is missing? ?

  Many friends have encountered prompts such as "This program cannot be started because mfc140u.dll is missing from the computer. Try reinstalling the program to solve this problem", and they don't know what to do?

  Repair method (download mfc140u.dll)

  1. Copy the file directly to the system directory:

  1. For Windows 95/98/Me system, copy mfc140u.dll to C:WindowsSystem directory.

  2. Windows NT/2000 system, copy mfc140u.dll to C:WINNTSystem32 directory.

  3. Windows XP/WIN7/win10 system (64-bit system corresponds to 64-bit dll file, 32-bit system corresponds to 32-bit dll file), copy mfc140u.dll to the C:WindowsSystem32 directory.

  4. If your system is 64-bit, please copy the 32-bit dll file to the C:WindowsSysWOW64 directory.

  2. Open "Start-Run-Input regsvr32 mfc140u.dll", press Enter to solve the problem.

  You can also save the following code as "registration.bat" and put it in the dll directory. If a 64-bit system installs a 32-bit dll file, please replace the following system32 with SysWOW64, and the dll registration will be completed automatically (win98 not support).

  @echo start registration

  copy dll %windir%\system32\

  regsvr32 %windir%\system32\dll /s

  @echo dll registered successfully

  @pause

  Tip: If other dll files are missing, you can also use the above methods to solve them. click to download

おすすめ

転載: blog.csdn.net/xitongzhijianet/article/details/129861359