View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006072 | JEDI VCL | 02 Installation | public | 2013-01-22 12:20 | 2013-01-26 21:59 |
Reporter | a-s-z | Assigned To | jfudickar | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006072: Missing package references in x64 packages | ||||
Description | You will get many compiler warnings of type W1033, when compiling package JvDB for x64 and e.g. USE_3RDPARTY_DEVART_ODAC is activated. Runtime packages will use statically linked units instead of packages. | ||||
Additional Information | Package JvDB is referencing DevExpress and Devart controls, when the corresponding Conditions are set. Unfortunatly the Targets for the package references in the xml file are using d16 and not d16_x64, and so the references are missing in the generated project file. To simplify the Targets definitions, I have extended the pgEdit.xml with some aliases <alias name="d16_all" value="d16,d16_x64"/> <alias name="d17_all" value="d17,d17_x64"/> and adjusted the package references (e.g. ODACVCL160) to use d16_all instead of d16. | ||||
Tags | No tags attached. | ||||