www.digitalmars.com         C & C++   DMDScript  

c++.stl.port - Hello.cpp+<iostream>(stlport)+no debug info > 400k

reply fredfarkle highstream.net writes:
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
May 31 2004
parent Anuj Goyal <Anuj_member pathlink.com> writes:
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
Jun 25 2004