TeeChart Installation problems...

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
manushka
Newbie
Newbie
Posts: 1
Joined: Mon Nov 06, 2006 12:00 am

TeeChart Installation problems...

Post by manushka » Tue Apr 03, 2007 7:55 am

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

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

Post by Narcís » Tue Apr 03, 2007 9:00 am

Hi Manushka,

Could you please read this topic about the same issue?

Hope this helps.
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