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

Filed under:
|

My dll have been bigger multiplied up many times than early for some reason. I begining to size up the situation:

  1. A source hasn't changed.
  2. Debug information everywhere turned off.
  3. Dll use package "Pack", but not include in Runtime Packages options.
  4. 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.
  5. Package "Pack" using ecControls components
  6. Dll doesn't using explicitly call to ecControls units.

Why ecControls units imported in dll? Have anybody some advice?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-7