Why are executables so big?

Blitz3D Forums/Blitz3D Beginners Area/Why are executables so big?

BachFire(Posted 2003) [#1]
Hey,

For fun, I compiled a simple program, which displayed a window with a colored background in it. This "program" takes up 684kb of space!!

Is there a logic explanation for this?


GfK(Posted 2003) [#2]
Is there a logic explanation for this?
Yes. Read the site FAQ - Why are Blitz3D/Plus programs so large?


BachFire(Posted 2003) [#3]
Ah.. Thank you. ;)


NTense(Posted 2003) [#4]
You can use UPX to compress the executable. I've found that most of my 3D code compresses to about 450kb and it doesn't seem to have an effect on the speed of the code.