Problems with Chart from older release

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Axelfarr
Newbie
Newbie
Posts: 6
Joined: Wed Jan 03, 2007 12:00 am
Location: Hanau/Germany
Contact:

Problems with Chart from older release

Post by Axelfarr » Tue Jan 16, 2007 1:23 pm

I have a problem with charts from an older release of TeeChart: When I compile the project using TeeChart Pro 7.07, the application rises several exceptions during creation time of the form. The message is of the form:

"Fehler beim Lesen von Series2->Marks.Callout.Brush.Color: Eigenschaft Callout existiert nicht."

Translated to English, that would mean:

"Error reading Series2->Marks.Callout.Brush.Color: Property Callout does not exist."

Callout has been added to the Marks class somewhere in TeeChart 6. But why does the error occur :? ?

Greetings, Axel

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

Post by Narcís » Tue Jan 16, 2007 2:24 pm

Hi Axelfarr,

Please read this old message about the same issue.
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

Axelfarr
Newbie
Newbie
Posts: 6
Joined: Wed Jan 03, 2007 12:00 am
Location: Hanau/Germany
Contact:

Older Versions of Tee60.bpl

Post by Axelfarr » Wed Jan 17, 2007 10:15 am

As proposed in the older thread, I tried to remove tee60.bpl from the search path.

But the effect is: The application can not be loaded because it misses Tee60.bpl!

So what must I do in order to remove references to the older library versions? The TeeChart-Element is part of a report, created with QuickReport (but I also removed teeqr60.bpl from the search path)?

Greetings, Axel

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

Post by Narcís » Wed Jan 17, 2007 10:33 am

Hi Axel,

Have you enabled TeeChart v7 components at Project\Options\Packages and added their Bin and Lib folders on TOP of the search path list?
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

Axelfarr
Newbie
Newbie
Posts: 6
Joined: Wed Jan 03, 2007 12:00 am
Location: Hanau/Germany
Contact:

Problem got even worse

Post by Axelfarr » Wed Jan 17, 2007 1:06 pm

What I had done in before:

Since the original installation of TeeChart7 has the problem, that in the TQRChart-elements a permanent redraw occurs I recompiled TeeChart7 from its source and copied the resulting files the following way:

a) everything under /lib and /bin to the directories under CBuilder6
b) the /include to the subdir /include/vcl of CBuilder6
c) the /system to ($WINDIR)/System32

What I have now done was to add the directories from the output directory of the recompiled components to the search paths befor any other line.

The result: The application now crashes with a "allgemeine Schutzverletzung" (general protection error), since it tries to execute code where no code is. This happens right to the begining of file execution, somewhere in the startup code. But the linker shows no errors.

What can be wrong now?

Greetings, Axel
[/quote]

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

Post by Narcís » Wed Jan 17, 2007 2:11 pm

Hi Axel,

Have you followed the steps described here to recompile TQRChart components?
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