Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请有人告诉我如何在没有运行时文件的情况下在 C++ Builder 中制作独立的应用程序? 我知道我必须检查和取消选中菜单中的某些内容,但你能告诉我它们到底是什么吗?请注意我使用的是 C++ Builder 2010
好的,所以我面前没有应用程序,也不能 100% 保证这个答案,但也许我可以提供帮助。如果我有点偏离,我稍后会更正这个答案。
在我的头顶上:
在 Project Settings 菜单中,进入C++ Linker部分,并将“Dynamic RTL”设置为 false。
然后在 Project Settings 菜单的Packages部分,取消选中"Build with Runtime Packages"。