c++builder - Why is my C++ Builder program so much smaller than my Delphi program? -
today downloaded delphi , c++ builder xe trial.
i worried size of delphi exes long time (in xe 850 kb), , thought, why such big size of app has blank form?
but on c++ builder xe minimum size 120 kb! if included delphi form in c++ project, there still no major size difference.
how c++ builder able make small exe virtually same contents? , why can't delphi it?
maybe c++ builder exe created dependent on runtime packages such vcl60.bpl , rtl60.bpl? explain smaller size.
Comments
Post a Comment