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"
[LoadChartFromFile] doesn't work
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dg11,
Have you added the line below at the .cpp file as well?
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dg11,
You're welcome! I'm glad to hear that.
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 |
Instructions - How to post in this forum |