C++独立应用程序

发布于 2024-12-23 16:01:27 字数 118 浏览 2 评论 0原文

请有人告诉我如何在 C++ Builder 中制作独立的应用程序,而不需要运行时文件?
我知道我必须选中和取消选中菜单中的某些内容,但是您能告诉我它们到底是什么吗?请注意我正在使用 C++ Builder 2010

please someone tell me how to make standalone applications in C++ Builder, without runtime files ?
I know that I must check and uncheck something in the menu, but can you tell me what exactly are they? Please make a note that I am using C++ Builder 2010

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

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

发布评论

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

评论(1

吹泡泡o 2024-12-30 16:01:27

好的,所以我面前没有该应用程序,也不能 100% 保证这个答案,但也许我可以提供帮助。
如果我有一点偏差,我稍后会纠正这个答案。


我突然想到:

在“项目设置”菜单中,进入“C++ 链接器”部分,并将“动态 RTL”设置为 false。

然后在“项目设置”菜单的“包”部分中,取消选中“使用运行时包构建”。

Okay, so I don't have the application in front of me and can't 100% guarantee this answer, but maybe I can help.
If I'm slightly off I'll correct this answer later.


Off the top of my head:

In the Project Settings menu, go into C++ Linker section, and set "Dynamic RTL" to false.

Then in the Packages section of the Project Settings menu, uncheck "Build with Runtime Packages".

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