c++ - 找不到 libpng14-14.dll

标签 c++ windows dll system32

我搜索了 This application failed to start because libpng14-14.dll was not found. Re-installing the application may fix this problem.我发现我的问题可能是由这个引起的:Uninstalling or installing applications can also make your registry of Windows full with corrupted, harmful and obsolete files (注意:我已经在 c:\ 上重新安装了从 2005 年到 2015 年的所有 visual studio。(根据我的上司在新的 c++ 项目中的要求))

因为政治和东西我无法安装任何我想要的东西,所以,我的问题是:有没有办法轻松解决这个问题?

我已经尝试了此 How To Fix Libpng14-14.dll is Missing / Not Found Error Messages 中的第 1 步显然我的机器上没有这样的文件。 :(

请随意编辑这篇文章/标签。

最佳答案

为了完成,

添加您尝试运行的可执行文件所在的 dll。如果为 64 位编译的程序你需要一个 64 位的 dll,在这种情况下是 libpng14-14.dll 的 64 位版本

关于c++ - 找不到 libpng14-14.dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38720371/

相关文章:

c++ - GPSD 在 libgpsmm 中给出模式 0

c++ - 保持窗口始终在顶部——包括菜单 (win32)

c# - 如何在 Iron python 中加载用 C++ 编写并用 C# 包装的 DLL?

c++ - Void 与 Int 函数

c++ - 如何在C++中可移植地获取进程ID?

C++ 为什么迭代器在与 find 函数一起使用时表现不同?

windows - WSC(Windows 脚本组件)模型的安全性如何?

Python paramiko/sshtunnel 代码在 Linux 下工作正常,但在 Windows 下失败

c# - 如何从 native C(++) DLL 调用 .NET (C#) 代码?

dll - .lib和.dll向后兼容性