正确使用.dll文件?

时间:2016-08-12 16:41:08

标签: dll coreldraw

我需要使用Corel Photo-Paint,所以我已经将它安装在我的电脑上。 当我想运行该程序时,我收到错误:

This programme can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing . Try to reinstall this.

所以,我下载了.dll文件,然后我复制了路径:

C:\Windows\System32

现在我明白了:

The entry point procedure ucrtbase.terminate not found in the dynamic link library api-ms-win-crt-runtime-l1-1-0.dll

如何解决此问题并最终使用该程序?

*这不是关于编程,但我不知道如何正确使用这个论坛。

1 个答案:

答案 0 :(得分:-1)

您的系统上是否有 ucrtbase.dll

如果你没有,你可以在这里下载: http://www.opendll.com/index.php?file-download=ucrtbase.dll&arch=64bit&version=10.0.10137.0&dsc=Microsoft?-C-Runtime-Library

然后在** c:\ windows \ SysWOW64 **文件夹中提取它

再试一次