Search found 6 matches

by DK2
Wed Aug 15, 2007 2:14 pm
Forum: VCL
Topic: BDS 2006 Installation Problem
Replies: 9
Views: 4585

I did it, started a new project, and cut and pasted every form and unit into the new one except the form with the charts on it, I added these manually from the palette. Everything works now! I don’t really understand it though, looking through the settings, it all looks the same. Obviously, somethin...
by DK2
Tue Aug 14, 2007 7:06 pm
Forum: VCL
Topic: BDS 2006 Installation Problem
Replies: 9
Views: 4585

That seemed to work, (setting paths for includes and libs) and makes sense too, however when I run the application now and open the window with the chart I get an Invalid floating point operation. The only way I load the data is; for(ccnt=0; ccnt<128; ccnt++) Form9->Chart1->Series[0]->AddXY(ccnt, Da...
by DK2
Mon Aug 13, 2007 4:42 pm
Forum: VCL
Topic: BDS 2006 Installation Problem
Replies: 9
Views: 4585

Okay, I got everything upgraded. However I get this error now when building an existing application that I was using Std Chart with. It causes the app to crash even before a form opens. Strange, because it compiles and links with no errors. (from EurekaLog) Error reading Series1->Marks.Callout.Brush...
by DK2
Mon Aug 13, 2007 3:22 pm
Forum: VCL
Topic: BDS 2006 Installation Problem
Replies: 9
Views: 4585

ya, looks like I also have to upgrade to their latest version too and recompile.
I'll keep you posted..... thanks.
by DK2
Mon Aug 13, 2007 3:00 pm
Forum: VCL
Topic: BDS 2006 Installation Problem
Replies: 9
Views: 4585

after searching a bit it looks like Fastreport 4 may be the cause.
by DK2
Mon Aug 13, 2007 2:46 pm
Forum: VCL
Topic: BDS 2006 Installation Problem
Replies: 9
Views: 4585

BDS 2006 Installation Problem

Hi, I just upgraded to Tchart Pro 8, for BDS 2006. I’m using C++ but I keep getting the following error; Cannot load package Tee810. Its contains TeeAbout, which is also contained in package tee100. Seems like a conflict of some kind, maybe with the standard Tchart that comes with BDS2006, any ideas?