I've installed TeeChart7.07 with C++ Builder ver 6.
Even if i start a new application, add a Chart and run, i get errors. Do i need to add any paths?
#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Chart.hpp>
#include <ExtCtrls.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
I get the following errors:
[C++ Error] Unit1.h(10): E2209 Unable to open include file 'Chart.hpp'
[C++ Error] Unit1.h(10): E2209 Unable to open include file 'TeEngine.hpp'
[C++ Error] Unit1.h(10): E2209 Unable to open include file 'TeeProcs.hpp'
Will appreciate help on this.
Manushka
TeeChart Installation problems...
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |