I want to make an application using Delphi. The problem is I am going to have a lot of TImage
components in it - which will make the exe size extremely large. So far my exe is 20MB large and I have only completed the home page, by my calculations the exe alone will be more than 10GB in size - which is way too much.
How can I make an app with hundreds/thousands of images and yet let the exe be small in size?