View Issue Details

IDProjectCategoryView StatusLast Update
0006072JEDI VCL02 Installationpublic2013-01-26 21:59
Reportera-s-zAssigned Tojfudickar 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.47 
Target VersionFixed in Version 
Summary0006072: Missing package references in x64 packages
DescriptionYou 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 InformationPackage 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.
 
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-01-22 12:20 a-s-z New Issue
2013-01-26 21:59 jfudickar Status new => resolved
2013-01-26 21:59 jfudickar Resolution open => fixed
2013-01-26 21:59 jfudickar Assigned To => jfudickar