[LoadChartFromFile] doesn't work

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
dg11
Newbie
Newbie
Posts: 4
Joined: Mon Apr 18, 2005 4:00 am
Contact:

[LoadChartFromFile] doesn't work

Post by dg11 » Thu Dec 20, 2007 12:19 am

I use TeeChartPro7.7 in BCB6
LoadChartFromFile function occur error message of[EClassNotFound 'Class TPointSeries not found']
I have included TeeEditPro.hpp.
=> #include "TeeEditPRO.hpp"

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

Post by Narcís » Thu Dec 20, 2007 10:02 am

Hi dg11,

Have you added the line below at the .cpp file as well?

Code: Select all

#pragma link "TeeEditPRO"
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

dg11
Newbie
Newbie
Posts: 4
Joined: Mon Apr 18, 2005 4:00 am
Contact:

Post by dg11 » Thu Dec 20, 2007 10:21 am

Thank you very much.
My program was solved that problem.

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

Post by Narcís » Thu Dec 20, 2007 10:27 am

Hi dg11,

You're welcome! I'm glad to hear that.
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