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.
XE2 Installation Issue
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: XE2 Installation Issue
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |