Unhappy out of box experience.

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
JeffS
Newbie
Newbie
Posts: 6
Joined: Tue Jul 03, 2007 12:00 am
Contact:

Unhappy out of box experience.

Post by JeffS » Tue May 20, 2008 7:24 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Wed May 21, 2008 7:54 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

JeffS
Newbie
Newbie
Posts: 6
Joined: Tue Jul 03, 2007 12:00 am
Contact:

Unhappy out of box experience.

Post by JeffS » Wed May 21, 2008 2:11 pm

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

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 May 21, 2008 2:20 pm

Hi Jeff,

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

Hope this helps!
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

JeffS
Newbie
Newbie
Posts: 6
Joined: Tue Jul 03, 2007 12:00 am
Contact:

Post by JeffS » Wed May 21, 2008 5:40 pm

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

Post Reply