I have
1. Changed the Quick Report runtime package from qrpt.bpl to QR4Run2006.bpl.
2. Set the TQRChart runtime and design time package rebuild option to "Rebuild as needed".
3. Gone to the "Component->Install packages" and remove the DclTQR77.bpl package from the list
4. Closed Delphi 2006 and removed all the files teeqr710.dcp, DclTQR710.dcp, TeeQr.dcu, qrtee.dcu, qrteereg.dcu, TeeQR.res, TeeQR710.bpl and DclTQR710.bpl files. Here is the batch file I used.
Code: Select all
del C:\Dev\Borlan~1\Bpl\TeeQR710.dcp
del C:\Progra~1\Borland\BDS\4.0\lib\TeeQR710.dcp
del C:\Dev\Borlan~1\Bpl\DclTQR710.dcp
del C:\Progra~1\Borland\BDS\4.0\lib\DclTQR710.dcp
del C:\Progra~1\Borland\BDS\4.0\lib\QRTee.dcu
del C:\Progra~1\Borland\BDS\4.0\lib\Backup_TeeChart\QRTee.dcu
del C:\Progra~1\Borland\Delphi7\Lib\Backup_TeeChart\QRTee.dcu
del "C:\Progra~1\steema\TeeChaRT708\Delphi10\QuickR~1\QRTee.dcu"
del C:\Dev\Borlan~1\Bpl\TeeQR710.bpl
del C:\WINDOWS\SYSTEM32\TeeQR710.bpl
del C:\Dev\Borlan~1\Bpl\DclTQR710.bpl
del C:\Progra~1\Borland\BDS\4.0\Bin\DclTQR710.bpl
6. I have removed the the reference to the old Quick Report v3 package and replace it with the new runtime package. In this case qrpt.dcp to QR4RunD10.dcp. I have also, set the package build option to "Rebuild as needed".
7. It compiles correctly as does DclTQR710.dpk.
8 I copied all the files. Here is a copy of batch file
Code: Select all
copy C:\Dev\Borlan~1\Bpl\TeeQR710.bpl c:\Windows\System32
copy C:\Dev\Borlan~1\Bpl\DclTQR710.bpl c:\progra~1\borland\bds\4.0\bin
copy C:\Dev\Borlan~1\Bpl\TeeQR710.dcp c:\progra~1\borland\bds\4.0\Lib
copy C:\Dev\Borlan~1\Bpl\DclTQR710.dcp c:\progra~1\borland\bds\4.0\Lib
rem copy C:\Dev\Borlan~1\Bpl\QRTeeReg.dcu c:\progra~1\borland\bds\4.0\Lib
copy "C:\Progra~1\steema\TeeChart708\Delphi10\QuickR~1\*.dcu" c:\progra~1\borland\bds\4.0\Lib
copy "C:\Progra~1\steema\TeeChart708\Delphi10\QuickR~1\*.res" c:\progra~1\borland\bds\4.0\Lib
This application failed to start because DclTee710.bpl was not found. Re-installing the application may fix this problem.
Could you send me the compiled code as you did for a previous user. I've been trying this now for a couple of days and I am very close to giving up.
Thanks