Page 1 of 1

qrTee with QR5 and D6

Posted: Wed Jan 04, 2012 10:45 pm
by 8437573
I just upgraded to QR5Pro from 3.6Pro and now cannot get QRTee to work I have V 6.01, I tried re-compileing but it still wants to use the old qrpts

Re: qrTee with QR5 and D6

Posted: Thu Jan 05, 2012 8:31 am
by narcis
Hello,

How did you recompile? Did you try doing something as explained in the QuickReport article here?

Re: qrTee with QR5 and D6

Posted: Thu Feb 23, 2012 2:49 pm
by 8437573
according to those instructions I should have Tee6QR5D6.dpk, I find no such file closest thing is TeeQR66.dpk

Re: qrTee with QR5 and D6

Posted: Fri Feb 24, 2012 6:58 pm
by yeray
Hi,

You should be able to take any package (ie TeeQR66.dpk) and modify the files in the requires list to match your environment specifications and build them.
It shouldn't be difficult following those instructions. But if you still find problems with it, don't hesitate to let us know.

Re: qrTee with QR5 and D6

Posted: Tue Feb 28, 2012 9:31 pm
by 8437573
I can't get it...keep getting references to qrpt60...Any more help?

Re: qrTee with QR5 and D6

Posted: Fri Mar 02, 2012 11:03 am
by yeray
Hi,

Find attached the sources and the compiled packages that work for me here with TeeChart Pro v6.01, QuickReport 5.02 and Delphi 6.
Just copy the DclTee6QR5D6.bpl file to the Bin folder in the IDE, the Tee6QR5D6.bpl to the Windows system32 folder (SysWOW64 in 64bit systems) and the other files (*.dcu and *.dcp) to the IDE lib folder. The you should be able to add the DclTee6QR5D6.bpl package to the IDE packages list.
Tee6QR5D6.zip
(53.66 KiB) Downloaded 426 times

Re: qrTee with QR5 and D6

Posted: Fri Mar 02, 2012 11:47 am
by 8437573
Sorry to say...something still not right. Here are the errors when I try to install package:
---------------------------
Delphi 6: delphi32.exe - Entry Point Not Found
---------------------------
The procedure entry point @Qrxlsxfilt@initialization$qqrv could not be located in the dynamic link library QR5RunD6.bpl.
---------------------------
OK
---------------------------
---------------------------
Delphi 6
---------------------------
Can't load package F:\Delphi\Delphi6\Bin\DclTee6QR5D6.bpl.

The specified procedure could not be found.
---------------------------
OK
---------------------------

The if I try to re-compile it, it cannot find TeeConst
Any more ideas?

Re: qrTee with QR5 and D6

Posted: Fri Mar 02, 2012 2:04 pm
by yeray
Hi,

Can't you find TeeConst.dcu in the Lib folder in you TeeChart installation "\TeeChart 6.01 for Delphi 6\Delphi6\Lib"?

Re: qrTee with QR5 and D6

Posted: Thu Mar 08, 2012 3:15 pm
by 8437573
yes, it's right there in the path and everything...I'm at my witts end.

Other error When I try in add package: ---------------------------
TQRChartCompEditor: delphi32.exe - Entry Point Not Found
---------------------------
The procedure entry point @Qrxlsxfilt@initialization$qqrv could not be located in the dynamic link library QR5RunD6.bpl.
---------------------------
OK
---------------------------

Re: qrTee with QR5 and D6

Posted: Mon Mar 12, 2012 9:59 am
by yeray
Hi,
simp513 wrote:yes, it's right there in the path and everything...I'm at my witts end.
Then it would probably be that there are some wrong or missing paths in your IDE lib/search path paths. Please, check they are correct and also check that TeeChart paths are on the top of the lists.

Re: qrTee with QR5 and D6

Posted: Tue May 01, 2012 7:36 pm
by 8437573
Still cannot get this to compile...The project got put on hold for a bit so it hasn't bothered me, now it's back on and I need to get this working...Any way we could set up a chat or remote session and maybe you can see whats going on?

Re: qrTee with QR5 and D6

Posted: Thu May 03, 2012 9:15 am
by yeray
Hi,

What error message are you getting?

Re: qrTee with QR5 and D6

Posted: Mon May 07, 2012 3:19 pm
by 8437573
read above

Re: qrTee with QR5 and D6

Posted: Tue May 08, 2012 8:01 am
by yeray
Hi,

Oups, I'm sorry. However, this error message isn't very explicative. Is it appearing when you try to add the precompiled bpl in the zip or the bpl compiled by you?
I'd try to recompile the packages to see if there is any wrong reference in them according your concrete configuration. Did you solve the problem finding TeeConst.dcu? Do the packages compile for you? If not, what error message do you get?
Furthermore, worth to try unselecting any 3rd party tool you may have installed in the packages list to discard possible conflicts with them.