vcruntime140_app.dll是否不包含在Microsoft Visual C ++ 2017 Redistributable(x64)中? [英] vcruntime140_app.dll not included in the Microsoft Visual C++ 2017 Redistributable (x64)?

查看:499
本文介绍了vcruntime140_app.dll是否不包含在Microsoft Visual C ++ 2017 Redistributable(x64)中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I have developed a GUI with QT and my release version needs vcruntime140_app.dll to run. I couldn't find this dll in my SysWOW64 folder, so I reinstalled the Microsoft Visual Stuio C++ 2017 Redistributables which (according to Microsoft) contain the vcruntime140_app.dll. The _app dlls are still not there after the reinstallation. The same dlls without _app are all there.

推荐答案

我遇到了相同的错误,发现我使用了错误的dll。

I had the same error and found out that I used the wrong dll.

在我的情况下,我开发了一个桌面应用程序,但使用了 winrt _...中的二进制文件,而应该使用 msvcXXX ..中的二进制文件。

In my case I developed a desktop application but used the binaries in "winrt_...", where I should have used the binaries in "msvcXXX.." instead.

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

As I understand winrt is for developing windows store app.

希望这会有所帮助。

这篇关于vcruntime140_app.dll是否不包含在Microsoft Visual C ++ 2017 Redistributable(x64)中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆