Search Results

4
votes

Delphi: .exe with built-in packages: 600kb, .exe + external BPLs: 6MB. Why is that?

I think you assume the whole of the BPL files are linked in when you generate a program with built-in BPL's. That is not the case. In the final stage of compilation, the Delphi compiler goes into l …