Page 1 of 1

XE2 Installation Issue

Posted: Mon Sep 10, 2012 3:36 pm
by 16563458
I have Delphi XE2 Enterprise. I installed the latest 2012 TeeChart and then the latest 2012 TeeChart source code. When I try to compile my project I am getting a lot of errors. Weird things that exist in both my code and the TeeChart source code itself. Such as in the TeeCandlEdit unit on Button1.LinkPen(Pen) where the error says "incompatible types: vcltee.tecanvas.tchartpen and tecanvas.tchartpen". I made sure the TeeStd that comes with XE2 is not installed and manually deleted any Tee bpl that still existed in Embarcadero's folders.

I tried TeeRecompile and it worked great so I realize it must be something within XE2 itself that I am missing. I checked packages and the library paths and everything is as it should be. Can anyone tell me what I am missing? Thanks.

Re: XE2 Installation Issue

Posted: Wed Sep 12, 2012 10:39 am
by narcis
Hi alexiat,

This is most likely a unit scope name problem. I'd try doing what Yeray suggested here.

If this doesn't help don't hesitate to let us know.

Thanks in advance.