Reputation:
I don't know how create application to run on computer without Borland C++ Builder software installed.
Upvotes: 4
Views: 8527
Reputation: 595339
You need to go into the Project Options and disable the "Use dynamic RTL" setting in the Linker section, and disable the "Build with runtime packages" setting in the Packages section.
Upvotes: 10