In my project, every time I make a very small adjustment the resulting .exe file gets larger. For example, my last executable was 24.6 MB Now the new one is over 25MB after hardly any changed to the code.
What exactly causes this?
Visual Basic Classic
Last Comment
al4629740
8/22/2022 - Mon
Martin Liss
If you recompile without any changes does the size change?
Martin Liss
BTW when I compile the project that I used for the last question of yours that I worked on it's only 64KB.
al4629740
ASKER
I just tested it out and the size stays the same. Maybe it is naturally getting bigger and its just surprising me...