I wrote a GUI forms application in C ++ Builder and want to be able to run .exe on another computer.
I get some .bpl errors when trying to run .exe on another computer.
How can I combine all the necessary files into a “package” so that .exe can be run on computers that do not have the necessary files?
I did Project-> Deployment and a list of files appeared, including a .bpl file. However, what should I do?
thanks
c ++ package c ++ builder bpl
user1690531
source share