Page 1 of 1

Compile Error in TeCanvas, while using TeeEdiGene

Posted: Thu Sep 24, 2015 5:39 am
by 16573744
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.

Re: Compile Error in TeCanvas, while using TeeEdiGene

Posted: Fri Sep 25, 2015 1:56 pm
by yeray
Hello,

Have you tried to add VCLTee prefix to the unit scope names?