How reduce dll size again
Posted
by cemick
on Stack Overflow
See other posts from Stack Overflow
or by cemick
Published on 2010-03-26T17:43:41Z
Indexed on
2010/03/26
18:03 UTC
Read the original article
Hit count: 188
My dll have been bigger multiplied up many times than early for some reason. I begining to size up the situation:
- A source hasn't changed.
- Debug information everywhere turned off.
- Dll use package "Pack", but not include in Runtime Packages options.
- I've compared new dll with old version dll thought the instrumentality of PE Explore. In new dll I find out many modules with prefix 'ec' implicitly imported unlike old dll.
- Package "Pack" using ecControls components
- Dll doesn't using explicitly call to ecControls units.
Why ecControls units imported in dll? Have anybody some advice?
© Stack Overflow or respective owner