Page 1 of 1

Unhappy out of box experience.

Posted: Tue May 20, 2008 7:24 pm
by 10045951
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 result for pie chart.

Obviously, some DLLs are missing from the PATH. Where might the install have gone wrong? Saw no symtoms of anything amiss at any time.

Posted: Wed May 21, 2008 7:54 am
by yeray
Hi JeffS,

This seems really similar to this or this, for example.

Please check that the search path and the packages installed are the correct ones.

Unhappy out of box experience.

Posted: Wed May 21, 2008 2:11 pm
by 10045951
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:
  • * In the global search path
    * In the IDE configued design time package list
    * In the IDE configured run time package list
TIA, Jeff

Posted: Wed May 21, 2008 2:20 pm
by narcis
Hi Jeff,

You may need to register all series styles at runtime using TeeEditPro as described here.

Hope this helps!

Posted: Wed May 21, 2008 5:40 pm
by 10045951
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