Compile Error in TeCanvas, while using TeeEdiGene

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
EWS dds
Newbie
Newbie
Posts: 1
Joined: Mon May 11, 2015 12:00 am

Compile Error in TeCanvas, while using TeeEdiGene

Post by EWS dds » Thu Sep 24, 2015 5:39 am

Hello,

I want to use the ChartPreview component from TeeEdiUnit. Unfortunately I can not find any compiled DCU for this unit. Therefore I place the TeeChart source folder in the library path. Now the unit is found, but cannot be compiled, because of the error:

[dcc32 Fehler] TeCanvas.pas(5960): E2010 Inkompatible Typen: 'VCLTee.TeCanvas.TTeeCanvas' und 'TeCanvas.TTeeCanvas'
[dcc32 Fehler] TeCanvas.pas(8898): E2010 Inkompatible Typen: 'TTeeCanvas' und 'TTeeCanvas3D'
[dcc32 Fataler Fehler] TeeEdiGene.pas(568): F2063 Verwendete Unit 'TeCanvas.pas' kann nicht compiliert werden

I found some explanation for this error on another context. There you refer to the installation explanation. But it do not help in my case, bacause I do not have a compiled TeeEdiChart unit.

What can I do?

Thanks in advance.

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Compile Error in TeCanvas, while using TeeEdiGene

Post by Yeray » Fri Sep 25, 2015 1:56 pm

Hello,

Have you tried to add VCLTee prefix to the unit scope names?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply