How create an standalone (without DLL file dependencies) C++Builder console application like a Delphi application?

后端 未结 2 1562

When I create a Delphi console application, I can deploy the generated EXE file without worrying about external DLL files. But if I create very simple C++Builder (version 2007)

2条回答
  •  自闭症患者
    2021-02-14 22:16

    1. In the project options, uncheck the linker option "Dynamic RTL".
    2. In the packages options, uncheck "Link with runtime packages".

提交回复
热议问题