May 31, 2004
I compiled Hello.cpp with STLPort and without any debug info and go an executable > 400k bytes in size.  Is there any way to reduce this size?

DMC
CD 8.33 updated to 8.40
Opera 7.50, Intel PIII 450MHz, 128MB SDRAM, Win98SE


Verne Tice
June 26, 2004
Did you statically link your executable against the STLPort.dll or did you
dynamically link it?
you probably already know this, but if you statically link it your executable
will be big, but if you dynamically link it, then your executable will be
smaller, but you have to have the dll along with the executable in order to run
it.

In article <c9f4ff$21p$1@digitaldaemon.com>, fredfarkle@highstream.net says...
>
>I compiled Hello.cpp with STLPort and without any debug info and go an executable > 400k bytes in size.  Is there any way to reduce this size?
>
>DMC
>CD 8.33 updated to 8.40
>Opera 7.50, Intel PIII 450MHz, 128MB SDRAM, Win98SE
>
>
>Verne Tice