Icon View Incident Report

Minor Minor
Reported By: Manuel Alonso Conde Cantero
Reported On: 12/5/2014
For: Version 2.18 Build 1
# 4129 Delphi 5, 6, and 7 Design-Time Packages Contain Incorrect Resource Declaration

I think that in file : edbdesign218delphi5.dpk

There is an error, this is the content :

package edbdesign218delphi5;

{$R *.res}
{$R 'edbregister.res'}
.................

And if you open the package in Delphi 5, you will get "Invalid resource name", to solve the problem, edbregister.res must not be enclosed between apostrophes, this is the correct package :

package edbdesign218delphi5;

{$R *.res}
{$R edbregister.res}


Resolution Resolution
Fixed Problem on 12/5/2014 in version 2.18 build 2


Products Affected Products Affected
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image