Systems programming

Andreas Kochenburger akk at privat.de
Fri Sep 15 09:28:25 PDT 2006


"clayasaurus" <clayasaurus at gmail.com> schrieb im Newsbeitrag 
news:eecf69$1p6n$1 at digitaldaemon.com...
> The smallest exe size I got on win with dmd v.166 is 65 KB using
>
> ---
> int main()
> {
>   return 0;
> }

I would guess this is due to some statical linkage.
In theory the exe should not be larger than a few k, depending on the PE 
header structure, but I am no expert in that.
Andreas 





More information about the Digitalmars-d mailing list