用于构建在所有计算机上运行的release.exe的项目设置

发布于 2024-12-21 21:04:05 字数 233 浏览 2 评论 0原文

我正在使用 C++Builder XE2 制作用户界面原型。我需要这个项目在所有 Windows PC 上运行,无论它们是否安装了开发人员工具。

如何将所有必需的库链接到我分发给用户的 .exe 中,以便他们可以运行该应用程序?项目选项中应该设置哪些设置?

用户现在向我报告此错误:

在此处输入图像描述

I am prototyping a user interface using C++Builder XE2. I need this project to run on all Windows PCs, whether they have developer tools installed or not.

How can I get all the required libraries to be linked into the .exe that I distribute to users, so they can run the application? What settings in Project Options should be set?

Users now report me this error:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

和影子一齐双人舞 2024-12-28 21:04:05

这是一个常见问题解答,例如 如何创建独立的(没有 DLL 文件依赖项)C++Builder 控制台应用程序(如 Delphi 应用程序)?

您必须关闭两件事。使用运行时包并与运行时库链接。

This is a FAQ for example How create an standalone (without DLL file dependencies) C++Builder console application like a Delphi application?

you must turn off two things. Use runtime packages and link with runtime libraries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文