Page 1 of 1

TeeChart Installation problems...

Posted: Tue Apr 03, 2007 7:55 am
by 9242999
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

Posted: Tue Apr 03, 2007 9:00 am
by narcis
Hi Manushka,

Could you please read this topic about the same issue?

Hope this helps.