View Issue Details

IDProjectCategoryView StatusLast Update
0005612JEDI VCL00 JVCL Componentspublic2011-07-07 00:35
Reporterx_artAssigned Tojfudickar 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0005612: Unnecessary used units
DescriptionJvVersionInfo.pas contains unnecessary uses string.

uses
  JvJVCLUtils, JvJCLUtils, JvTypes;

All these units are not used in JvVersionInfo, but if I include JvVersionInfo in my very small project, then the compiler links many unnecessary nested units, where one of them, jpeg.dcu, adds about 70KB to the final executable.
TagsNo tags attached.

Activities

x_art

2011-06-30 12:58

reporter   ~0018808

Sorry. Only JvJVCLUtils and JvTypes are unnecessary.

jfudickar

2011-07-07 00:35

developer   ~0018813

Fixed in SVN At revision: 13083

Thanks for the hint.

Regards
Jens

Issue History

Date Modified Username Field Change
2011-06-30 12:34 x_art New Issue
2011-06-30 12:58 x_art Note Added: 0018808
2011-07-07 00:35 jfudickar Note Added: 0018813
2011-07-07 00:35 jfudickar Status new => resolved
2011-07-07 00:35 jfudickar Resolution open => fixed
2011-07-07 00:35 jfudickar Assigned To => jfudickar