TChart 8.4, Quickreport 5.02 and CBuilder 2007

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Elias
Newbie
Newbie
Posts: 3
Joined: Fri Mar 06, 2009 12:00 am

TChart 8.4, Quickreport 5.02 and CBuilder 2007

Post by Elias » Wed Mar 25, 2009 6:46 pm

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?

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Thu Mar 26, 2009 9:36 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Elias
Newbie
Newbie
Posts: 3
Joined: Fri Mar 06, 2009 12:00 am

Post by Elias » Thu Mar 26, 2009 12:50 pm

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?

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Thu Mar 26, 2009 1:08 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Elias
Newbie
Newbie
Posts: 3
Joined: Fri Mar 06, 2009 12:00 am

Post by Elias » Thu Mar 26, 2009 1:16 pm

Thank you for your help so far, Yeray. I've posted my packages to the newsgroup.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon Mar 30, 2009 11:34 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply