Size of executables?

BlitzMax Forums/BlitzMax Beginners Area/Size of executables?

I was just playing around with a small program that basically just reads the alphabet from an array and spits it back out to the console (no graphics/GUI involved). I compiled it and checked the file size which was a whopping 1.4MB. Are compiled files normally this bloated??

You need to use framework if you don't want everything compiled into the executable.

http://www.blitzbasic.com/Community/posts.php?topic=47141

Ah! Much better, thanks for the info :)

np, and welcome to the forums :)

Also, Upx to squeeze the file size further.