Delphi XE - Issue Installing TeeChart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TimeAcct
Newbie
Newbie
Posts: 43
Joined: Wed Sep 03, 2008 12:00 am

Delphi XE - Issue Installing TeeChart

Post by TimeAcct » Wed Jul 11, 2012 3:42 am

Hello

I have Delphi XE installed on a Windows 7 Pro machine.

I had installed TeeChart in the default c:\Program Files X86 directory structure - but when I tried to compile anything that used TeeTools - it told me that I could not compile that file. I guess it was an issue with the c:\ProgramFiles redirection in Win7 - so I uninstalled and resinstalled it into a new directory c:\delphi\...

It installed fine - but when I tried to install the Report Builder components - I get an error. It tells me that it cannot open file dcc32.txt in the c:\Program Files(x86)/... directory structure. And of course it is correct - because it is not there.
Yet in the TeeChart directory int he RB TeeChart Package Builder - it shows the proper directory of c:\Delphi\...

Have you ever seen this before? I know this is a RB issue - and I will be asking them as well - but Ithought I would also check here incase therewas an issue with a registry entry or something similar.

Bradley MacDonald
brad_AT_timeacct_DOT_com
Attachments
TeeChartRBIssue.jpg
Error Message when installing RB
TeeChartRBIssue.jpg (88.65 KiB) Viewed 6990 times

TimeAcct
Newbie
Newbie
Posts: 43
Joined: Wed Sep 03, 2008 12:00 am

Re: Delphi XE - Issue Installing TeeChart

Post by TimeAcct » Wed Jul 11, 2012 4:15 am

OK - I have tried uninstalling both TeeChart and RB again - and have just re-installed TeeChart itself.

When I add a TeeChart to a new Project - it compiles fine
However, if I add the unit TeeTools to the Uses clause - then it fails with the message

DCC Fatal Erro Unitform_graphview F2063 Could not compile used unit TeeTools.pas

I did a check - and I have the correct directory in my Library Path...
C:\Delphi\Components\TeeChart Pro 2010 Full Source Code\Sources\Compiled\Delphi15\Lib

and the TeeTools.dcu is there.

If I start a new project - and put a TChart on it - and then put on a TeeCommander - and then compile - it gives me the same basic error tellilng me that it could not compile unit TeeAxisBreaks.pas... and that file is in the directory above as well..

Any thoughts as to what I have done wrong?


Bradley

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

Re: Delphi XE - Issue Installing TeeChart

Post by Yeray » Wed Jul 11, 2012 2:34 pm

Hi Bradley,

Please try going to Tools -> Options -> Environment Options -> Delphi Options -> Library - Win32 -> Library path and move TEELIBPATH to the top of the list.
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