【问题标题】:vcruntime140_app.dll not included in the Microsoft Visual C++ 2017 Redistributable (x64)?vcruntime140_app.dll 未包含在 Microsoft Visual C++ 2017 Redistributable (x64) 中?
【发布时间】:2018-09-13 10:42:44
【问题描述】:

我用 QT 开发了一个 GUI,我的发布版本需要 vcruntime140_app.dll 才能运行。我在我的 SysWOW64 文件夹中找不到这个 dll,所以我重新安装了 Microsoft Visual Stuio C++ 2017 Redistributables,它(根据 Microsoft)包含 vcruntime140_app.dll。重新安装后 _app dll 仍然不存在。没有 _app 的相同 dll 都在那里。

【问题讨论】:

  • 我目前也遇到了同样的问题,请问您自己解决了还是正在解决?

标签: c++ qt dll visual-c++


【解决方案1】:

我有同样的错误,发现我使用了错误的 dll。

在我的例子中,我开发了一个桌面应用程序,但使用了“winrt_...”中的二进制文件,而我应该使用“msvcXXX..”中的二进制文件。

据我了解,winrt 用于开发 Windows 商店应用程序。

希望这会有所帮助。

【讨论】:

  • 我可以确认
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2021-04-18
  • 2020-01-22
  • 1970-01-01
  • 2019-02-06
相关资源
最近更新 更多