[SOLVED] Execution error with TRectangleTool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

[SOLVED] Execution error with TRectangleTool

Post by Komar » Thu Sep 27, 2007 5:21 pm

Hi,

I've just upgraded my TeeChart from pro V7 to V8 and I've some errors on execution by used TRectangleTool that i don't have with v7. I'm using C++ 2006.

I add this tool on my graph, with default options, and no change on it in my code. Compil and link are ok but in execution i've the error :

"EReadError exeption : error while reading ChartTool1->Shape.AutoSize : property doesn't exist". My graph contain many TLineSeries and TColorLineTool too.

I've test in another project but it work good.

Do you have some idees for this problem ? :?:

Thanks, Regards.
Last edited by Komar on Fri Sep 28, 2007 12:39 pm, edited 1 time in total.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Sep 28, 2007 8:41 am

Hi Komar,

It's most likely that this project is still pointing to old TeeChart references. You should update them as discussed here.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

Post by Komar » Fri Sep 28, 2007 10:01 am

Hi Narcis,

I effectively not remove a reference to an old teechart component in my execution package list for this project.

Then after re-open bcb2006 I have another problem. For all project who contain TeeChart and if I add a TeeChart in a form, I have the message "unable to load dclado100.bpl package" and the TeeChart Pro 8 component become disable in my package list. So impossible to run project with charts.

I read this thread (http://www.teechart.net/support/viewtop ... lado100%2A) but can't find any solution for this error message.

I use QR4 and TMS components too.

Do you know this ?

Regards
Komar

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Sep 28, 2007 10:17 am

Hi Komar,

Do you have dbGo components installed as Andrew reports on his thread?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

Post by Komar » Fri Sep 28, 2007 10:21 am

No I don't have this component installed.
I only use QR4 and TMS. I tested in a new project without tms and qr object and I've the same error.

I also tested to reinstall TeeChart 8 but without result !

Thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Sep 28, 2007 10:30 am

Hi Komar,

Could you please try then installing dclado100.bpl? You should find it at C:\Program Files\Borland\BDS\4.0\Bin. If you don't have this package could you please let us know which exact BDS 2006 version do you have?

Thanks in advance!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

Post by Komar » Fri Sep 28, 2007 10:59 am

Hi Narcis,

I confirm you that dclado100.bpl is not present in my C:\Program Files\Borland\BDS\4.0\Bin folder.

My BDS Version is :

bds.exe, 10.0.2288.42451

Thanks for your help.
Komar

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Sep 28, 2007 11:10 am

Hi Komar,

Sorry if my question wasn't precise enough but I meant which of the product version described here you were using. However, if I'm not wrong, ADO components are included in all versions so you should have this file in BDS 2006 installation files or in the installation CD/DVD.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

Post by Komar » Fri Sep 28, 2007 12:39 pm

ok I had badly understood your question, my product version is BDS enterprise 2006.
I found the dclAdo100.bpl file in the BDS cdrom#3 and I have copied it and dclAdo100.fr in the bin folder of BDS.

I restarted BDS and it seems that the problem was solved :P. Thanks a lot for your help.

Best regards

Komar

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Sep 28, 2007 1:04 pm

Hi Komar,

You're very welcome. I'm glad to hear your problem was solved.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply