Quickreport

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Per
Newbie
Newbie
Posts: 4
Joined: Tue Mar 23, 2004 5:00 am
Location: Denmark

Quickreport

Post by Per » Thu Apr 01, 2004 7:21 am

I'm using TeeChart version 7 - the newest
Delphi 5
Quickreport 3.62

When I use the TeeChart component for quickreport
I get a compilation error

(" Unit QrTee was compiled with a different version of QuickRpt.TQRPrintable ")

I have tried to follow the steps provided by you on how to recompile
and copy the compiled units, but I still get the error
I have also copied the file qrtee.dcu to the lib folder.
I have maked sure there is no old version of the newly compiled units on my computer at all.


AND for your information
The file on how to recompile the quickreport components is NOT in
my ...\TeeChart7\Delphi5\QuickReport directory or any where else

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Apr 01, 2004 2:25 pm

Hi Per,

as I told you in my other post :

the error you receive indicates the duplicate (difrerent) version files somewhere in Delphi search paths. Make sure do the search in all directories in search paths (this includes TeeChart path).

You have to first delete all old TQRChart component files and then you can recompile the TQRChart sources.

Post Reply