Page 1 of 1

Problem compiling with TQuickrep

Posted: Tue Jul 18, 2006 5:24 am
by 8437823
I get a problem when I embed a TQRchart in a TQuickRep.

The compiler complains that "the unit QRTee was compiled with a different release of QuickRpt.TQRPrintable.

Teechart : 6.01
QuickReport: 3.6.2
Delphi : 5, update pack 1

I followed the procedure described in the "\Steema Software\TeeChart 6.01 for Delphi 5\Delphi5\QuickReport\install.txt" file. It worked fine. I copied the different file in the named directories without any problem. [note: there is a small glitch in the file QRtee.dcu is named TeeQR.dcu]

I think that this problem is hardly a new one ; however, I cannot find any post in the forums.

Thank you for your help,

Joel Jacob

Posted: Tue Jul 18, 2006 7:30 am
by narcis
Hi JoelJacob,

The error message means there's a version incompatibility, that some of the components used were compiled with different versions of other components or that older components are referenced in Delphi 5.

First of all you should go at Project\Options\Packages and check that no old TeeChart and Quick Report versions are installed, then go to Project\Options\Directories/Conditionals\Search Path and make sure that TeeChart's Bin and Lib folders are on TOP of the list, that no old TeeChart packages are listed and that Quick Report paths are also listed.

If the problem persists then you should check the installation procedure, you can look at this article for further information. It may be that you didn't properly upgraded some package reference or that some search paths have not been set.