Page 1 of 1

TeeChart pro 7.07 QuickReport 4 Builder 5

Posted: Wed Jul 25, 2007 5:28 pm
by 9241479
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.

Posted: Thu Jul 26, 2007 9:08 am
by Pep
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

Posted: Thu Jul 26, 2007 3:41 pm
by 9241479
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

Posted: Fri Jul 27, 2007 4:41 pm
by Pep
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.

Posted: Fri Jul 27, 2007 8:34 pm
by 9241479
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.

Posted: Sat Jul 28, 2007 8:30 am
by Pep
Hi,

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