Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why is the executable file so large?

executable file large
0
Posted

Why is the executable file so large?

0

Mumble. There are three answers to this. One: It’s not my fault! Two: Oh well, I could do better. Three: Everyone else is cheating (well, they often are). It’s not my fault. Every serious application written using Borland’s Visual Component Library – be it a Delphi or a C++ program – is going to be about a megabyte in size, or more. This is part of the price paid for the convenience and reliability that the VCL affords a programmer. It would be possible not to use this library and write a complete program using only Windows API calls. Such a program would be extremely tight and lean, but coding this way would take years (literally) and would be immensely difficult. There are still programming wizards who work this way, and they certainly deserve a lot of respect. I’m just not one of them. I could do better. What can I say, I’m learning things as I go, and often I may not be choosing the optimal way of doing things. When I do optimize, I choose to optimize for speed rather than the size

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123