Icon View Incident Report

Minor Minor
Reported By: Will
Reported On: 7/19/2005
For: Version 4.21 Build 6
# 2093 Trying to Rebuild DBISAM Packages in Delphi 2005 Results In Error

I am trying to compile the project db421d2005d.bpl and am getting the following error:

[RC Fatal Error] db421d2005d.res(1): Input and output file names are the same.

I have fresh installs of Delphi 2005 Update 3 and DBISAM 4.21 (Client Server VCL) and I performed the following steps to produce the error:

1) opened Delphi 2005
2) opened project ...\ver4\d2005\code\d421d2005d.dpk
4) upgraded the project to a delphi 2005 win32 project when promted (this step seems odd to me)
3) set the project search path and checked the compiler options as per the manual's instructions.
5) build all projects


Comments Comments and Workarounds
The workaround was to change the

{$R dbisamd.res}

resource in the .dpk file to

{$R *.res}


Resolution Resolution
Fixed Problem on 7/21/2005 in version 4.21 build 7


Products Affected Products Affected
DBISAM Additional Software and Utilities
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source

Image