Page 1 of 1

TChart 8.4, Quickreport 5.02 and CBuilder 2007

Posted: Wed Mar 25, 2009 6:46 pm
by 10552760
Hi,

I'm trying to install the QRChart component in C2007, and I'm running into problems. I've grabbed the TQRChart8QR4C2007.zip file that was posted in another thread here, and I've updated the run time package to work with QR5 and compiled t fine. But when I try to build to the run time package, I get an error:

Code: Select all

[Pascal Fatal] DesignEditors.pas(609): F1026 File not found: 'Proxies.dcu'
Any suggestions?

Posted: Thu Mar 26, 2009 9:36 am
by yeray
Hi Elias,

I assume:

- You updated the runtime package Tee8QR4C11 to be Tee8QR5C11, changing its name and dependencies. And it compiled fine.

- You tried to update the designtime package DclTee8QR4C11 to be DclTee8QR5C11, changing its name and dependencies. And it didn't compile fine.

Please, could you check again your design time package DclTee8QR5C11 dependencies? Note that you should include the search path where the compiled runtime Tee8QR5C11 packages are.

Posted: Thu Mar 26, 2009 12:50 pm
by 10552760
Yes, sorry. I did mean designtime.

I've checked all the paths, and as far as I can tell, they look fine. Should I put the Tee8QR5C11 packages in the same directory as the TeeChart source, or does it not make a difference? Right now, I have:
Tee Chart in C:\CodeGearTools\TeeChart
QuickReport in C:\CodeGearTools\QuickReport
and QRChart in C:\CodeGearTools\QRChart.

Is there any reason why that shouldn't work?

Is it possible that I send my modified packages for someone to have a quick look at, and see if I'm missing something?

Posted: Thu Mar 26, 2009 1:08 pm
by yeray
Hi Elias,

Having the search paths well set, having the files in one place or another shouldn't be a problem.

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page and we'll try to see what are you missing or we'll try to prepare the packages for you.

Posted: Thu Mar 26, 2009 1:16 pm
by 10552760
Thank you for your help so far, Yeray. I've posted my packages to the newsgroup.

Posted: Mon Mar 30, 2009 11:34 am
by yeray
Hi Elias,

I've sent the sources and the compiled packages I generated to your registered mail account.

If you want to compile the sources:

- Verify that Teechart and QuickReport runtime packages are in system32 folder.
- Verify that TeeChart and QuickReport work alone before trying anything else.
- Open the TQR sources and verify each reference. I removed all *tee* and *qr* references and reassigned to the correct ones.
- Verify that the output paths are in a known folder (the design time package will need the compiled runtime bpi to be built).

Once you have your own compiled packages (or the ones I provided):

- Copy the designtime package (DclTee8QR5C11.bpl) to your ide's bin folder and the runtime package (Tee8QR5C11.bpl) to system32 folder.
- Open you ide and add the required include (sources path) and lib (compiled files path) paths.