One alternate "solution" might be to use simple C code for a Hello World program That will get you a KB exe ) However, if you wish to reduce the size of your exe, use UPX http//upxsfnet The size growth for C is because stdc is linked statically into the exe, however when using simple C code, the exe is linked dynamically to