View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005612 | JEDI VCL | 00 JVCL Components | public | 2011-06-30 12:34 | 2011-07-07 00:35 |
Reporter | x_art | Assigned To | jfudickar | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0005612: Unnecessary used units | ||||
Description | JvVersionInfo.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. | ||||
Tags | No tags attached. | ||||
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 |