用VS 2017创建的app(app.exe)无法在另一台计算机上运行!! [英] app (app.exe) which created with VS 2017 can't run on another computer !!

查看:225
本文介绍了用VS 2017创建的app(app.exe)无法在另一台计算机上运行!!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用带有C ++ UI Windown FORM的VISUAL STUDIO 2017创建了一个应用程序。

我的应用程序文件(app.exe)在安装了VISUAL STUDIO 2017的计算机上正常运行,但在另一个计算机。

当我在另一台计算机上运行此x86(app.exe)时,它说文件错误"ucrbase.dll" &安培; x64(app.exe)文件丢失" api-ms-win-crt-runtime-11-1-0.dll"

当我克隆版本x86&时,如何包含这个丢失的文件x64位(app.exe)?因此它可以在另一台计算机上运行。

解决方案

请将DLL(ucrbase.dll等)放在放置exe文件的同一文件夹中。

I had create an app using VISUAL STUDIO 2017 with C++ UI Windown FORM.
my application file (app.exe) run ok in my computer that had installed VISUAL STUDIO 2017, but not in another computer.
when i run this x86 (app.exe) on another computer it say file misssing "ucrbase.dll" & x64 (app.exe) file missing "api-ms-win-crt-runtime-11-1-0.dll"
how to include this missing file when i crete both version x86 & x64 bits (app.exe) ? So that it can run on another computer.

解决方案

please place the DLLs (ucrbase.dll, etc) in the same folder where your exe file is placed.


这篇关于用VS 2017创建的app(app.exe)无法在另一台计算机上运行!!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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