TeeChart pro 7.07 QuickReport 4 Builder 5

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MRI
Newbie
Newbie
Posts: 3
Joined: Tue Jun 06, 2006 12:00 am

TeeChart pro 7.07 QuickReport 4 Builder 5

Post by MRI » Wed Jul 25, 2007 5:28 pm

when I installed Teechart 7, I could not get the quickreport component to install. It gives the error "CANT FIND QRPT50.BPL" which ofcourse is for quickrepport 3.x. When I try to recompile TeeQR7C5.bpk, it sais DBTABLES.obj not found . This file does not exist. Are there any specific instructions for compiling this (version 7) into Builder 5? I would appreciate it.

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

Post by Pep » Thu Jul 26, 2007 9:08 am

Hi,

could you please take a look at the following post which is related to the same problem and gives a solution for that one ?

http://www.teechart.net/support/viewtop ... ght=qrpt50

MRI
Newbie
Newbie
Posts: 3
Joined: Tue Jun 06, 2006 12:00 am

Post by MRI » Thu Jul 26, 2007 3:41 pm

I followed those instructions as best as I could adapt them to BCB 5 file names. I removed several files, but I am still unable to compile Teeqr7C5.bpk. It still gives an error about cant find qrpt50. I will need a more complete list of filenames that I need to remove.
Thanks

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

Post by Pep » Fri Jul 27, 2007 4:41 pm

Hi,

ahh ok, if you're getting this error trying to compile the packages thats different. By default the TQRChart package (design and runtime) has in the requires section the designtime package of the QuickReport Standard, in your case, as you have the QR4 installed you will have to remove this package from the requires list and add the new one from the path of the QR4 (which I think it's QRDesignXX), and then build the TQRChart package.
Do not forget to add the path where youhave the QR4 files at the top of the list of the Search path before to compile/build.

MRI
Newbie
Newbie
Posts: 3
Joined: Tue Jun 06, 2006 12:00 am

Post by MRI » Fri Jul 27, 2007 8:34 pm

I found the problem. There was reference to the qrpt50.lib in the .bpk file that stuck around even after it was removed via borland IDE. Once I removed the reference in the .bpk file, everything compiled and installed fine.

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

Post by Pep » Sat Jul 28, 2007 8:30 am

Hi,

ok, I'm glad to hear that it works now.

Post Reply