How reduce dll size again
- by cemick
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?