Problem after installing 8.06
Posted: Tue Mar 23, 2010 6:17 pm
New Delphi 2009 install
New TeeChart Pro 8.06 install
After installing, the following three Tee*.dcu files are still in my \Program Files\CodeGear\RAD Studio\6.0\lib\debug folder:
TeeFilters.dcu
TeeFiltersEditor.dcu
TeeStore.dcu
When trying to build an existing project, I get the error:
[DCC Fatal Error] uDashChart.pas(9): F2051 Unit TeeFilters was compiled with a different version of TeCanvas.TCustomTeeGradient
My "Backup_TeeChart" folder has these three files already. Both sets of files have the same date/time (01/14/2009 02:03 PM), leading me to believe all of these files were installed as part of Delphi (likely Update 3). I believe the TeeChart Pro installer is failing to make backups of both sets ("lib" and "debug").
Further, before the installer was finished, Windows displayed the message "This program might not have installed correctly". Based on my experience with Windows installers, I believe this may have been caused by the attempt to move these three files into the "Backup_TeeChart" folder, which failed, caused an error in the installer, and resulted in this message from Windows. But that's just my guess.
I created a "debug" folder under "Backup_TeeChart", moved those three files from "lib\debug" to "lib\Backup_TeeChart\debug", and now my project compiles.
Jon
New TeeChart Pro 8.06 install
After installing, the following three Tee*.dcu files are still in my \Program Files\CodeGear\RAD Studio\6.0\lib\debug folder:
TeeFilters.dcu
TeeFiltersEditor.dcu
TeeStore.dcu
When trying to build an existing project, I get the error:
[DCC Fatal Error] uDashChart.pas(9): F2051 Unit TeeFilters was compiled with a different version of TeCanvas.TCustomTeeGradient
My "Backup_TeeChart" folder has these three files already. Both sets of files have the same date/time (01/14/2009 02:03 PM), leading me to believe all of these files were installed as part of Delphi (likely Update 3). I believe the TeeChart Pro installer is failing to make backups of both sets ("lib" and "debug").
Further, before the installer was finished, Windows displayed the message "This program might not have installed correctly". Based on my experience with Windows installers, I believe this may have been caused by the attempt to move these three files into the "Backup_TeeChart" folder, which failed, caused an error in the installer, and resulted in this message from Windows. But that's just my guess.
I created a "debug" folder under "Backup_TeeChart", moved those three files from "lib\debug" to "lib\Backup_TeeChart\debug", and now my project compiles.
Jon