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

后端 未结 2 1554

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 ...

提交回复
热议问题