Search found 6 matches

by JeffS
Fri Sep 20, 2013 12:14 pm
Forum: VCL
Topic: Crash when using Pie Chart
Replies: 3
Views: 4665

Re: Crash when using Pie Chart

Hi, >> What version where you using with RAD 2007? TeeChart 8.02 for Delphi 2007 >> Have you tried to remove line per line those you've posted to try to identify which one is causing the problem? Yes. Even if I remove all the lines except the declaration of Pie, the crash happens. In other words, th...
by JeffS
Tue Sep 17, 2013 1:56 pm
Forum: VCL
Topic: Crash when using Pie Chart
Replies: 3
Views: 4665

Crash when using Pie Chart

Hi, I am porting an application from Codegear 2007 to XE4. We have acquired the full version of Teechart. But the use of TPieSeries in our dfm file, causes the crash of our application (though it was working fine when compiled with 2007 tools and librairies). Here is the call stack: :5005eb5e rtl180...
by JeffS
Thu Jul 11, 2013 2:51 pm
Forum: VCL
Topic: Failed to install Teechart Pro
Replies: 1
Views: 2850

Failed to install Teechart Pro

I tried to upgrade our old version of Teechart 8.02 to be able to compile our application with the XE4 Builder. I went to the download page. I selected TeeChart8.08Builder6.exe for download but when I tried to run it, I got an error message: "Borland Builder 6 cannot be found. Please check that Borl...
by JeffS
Wed May 21, 2008 5:40 pm
Forum: VCL
Topic: Unhappy out of box experience.
Replies: 4
Views: 5255

Thanks Narcis,

#pragma link "TeeEditPro"

(using CBuilder) did the trick. I'm a little surprised the necessary registrations do not happen automatically -- I ran into no such issues with release 6.

Jeff
by JeffS
Wed May 21, 2008 2:11 pm
Forum: VCL
Topic: Unhappy out of box experience.
Replies: 4
Views: 5255

Unhappy out of box experience.

I'm afraid my problem is not similar to the ones you pointed me at: these describe "Component Already Exists" errors; mine is one of "Component Not Found". >> Please check that the search path and the packages installed are the correct ones. Help me with what the correct configuration should be: * I...
by JeffS
Tue May 20, 2008 7:24 pm
Forum: VCL
Topic: Unhappy out of box experience.
Replies: 4
Views: 5255

Unhappy out of box experience.

TeeChart 8.0x/VCL nonfunctional: 1) Rad Studio 2007, fresh install. 2) TeeChart 8.02 install proceeds normally. 3) Build the simplest application imaginable: default VCL Forms project, add TChart + barchart, build (goes normally) but at run time "EClass not found/Class TBarSeries not found". Same re...