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

后端 未结 2 1553

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 21:57

    Also you should uncheck:

    Project Options -> C++ Linker -> Link with the Delphi Runtime Library ...

    0 讨论(0)
  • 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".
    0 讨论(0)
提交回复
热议问题