Hello everybody!
I have done a small exe in c++ builder. When I run it at my PC everything is Ok. But when I copy it to another computer I face some errors that have to do with some files and libraries such as vcl60.bpl, rtl60.bpl, BORLNDMM.DLL etc. If I copy these files to the computer it is executed properly. I was thinking if is there any way to include these files within the exe in order to avoid copying the files. In fact I have seen some exe that function this way but I don't know how to do this in borland c++ builder.
Thank you!
I have done a small exe in c++ builder. When I run it at my PC everything is Ok. But when I copy it to another computer I face some errors that have to do with some files and libraries such as vcl60.bpl, rtl60.bpl, BORLNDMM.DLL etc. If I copy these files to the computer it is executed properly. I was thinking if is there any way to include these files within the exe in order to avoid copying the files. In fact I have seen some exe that function this way but I don't know how to do this in borland c++ builder.
Thank you!