C++独立应用程序
请有人告诉我如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,所以我面前没有该应用程序,也不能 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".