Page 1 of 1

[LoadChartFromFile] doesn't work

Posted: Thu Dec 20, 2007 12:19 am
by 9341654
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"

Posted: Thu Dec 20, 2007 10:02 am
by narcis
Hi dg11,

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

Code: Select all

#pragma link "TeeEditPRO"

Posted: Thu Dec 20, 2007 10:21 am
by 9341654
Thank you very much.
My program was solved that problem.

Posted: Thu Dec 20, 2007 10:27 am
by narcis
Hi dg11,

You're welcome! I'm glad to hear that.