Compile problems

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
rgabriel
Newbie
Newbie
Posts: 2
Joined: Wed Mar 10, 2004 5:00 am

Compile problems

Post by rgabriel » Fri Sep 24, 2004 2:41 pm

I lost my hard drive, and had to reload Borland C++ v5 Enterprise and TeeChart v6.01. I then restored my development directories. When I access the projects, the charts show in the IDE just fine. But when I try to compile, I get the following errors (amongst many similar errors...)

[C++ Error] OHLChart.hpp(52): E2052 Dynamic function '_fastcall TOHLCSeries::IsValidSourceOf(TChartSeries *)' conflicts with base class 'TChartSeries'

[C++ Error] OHLChart.hpp(55): E2052 Dynamic function '_fastcall TOHLCSeries::NumSampleValues()' conflicts with base class 'TChartSeries'

[C++ Error] CandleCh.hpp(78 ): E2316 'TChartSubGalleryProc' is not a member of 'Teengine'

PLEASE ADVISE.

Thanks,

rgabriel

rgabriel
Newbie
Newbie
Posts: 2
Joined: Wed Mar 10, 2004 5:00 am

Post by rgabriel » Fri Sep 24, 2004 6:16 pm

Never mind. I found that the TeEngine.hpp header that comes with Builder was getting accessed. Changed the priority access level to go to the v6.01 stuff first, and check Include\Vcl afterwards.

Post Reply