Page 1 of 1

Converting from XE to XE2 probelms

Posted: Tue Feb 05, 2013 4:08 pm
by 16563037
Hello,

I am converting my project from XE to XE2 and have installed the Steema TeeChart2012RADXE2. When I try to compile my project I get a "File not found: TeeProcs.dcu". The Delphi library path points to:

C:\Program Files (x86)\Steema Software\TeeChart 2012 for RAD XE2\Delphi16.win32\Lib
C:\Program Files (x86)\Steema Software\TeeChart 2012 for RAD XE2\Delphi16.iOS\Lib

I checked these paths and neither has the file TeeProcs.dcu.

What have I done wrong?

Thanks,

Dave

Re: Converting from XE to XE2 probelms

Posted: Tue Feb 05, 2013 4:34 pm
by yeray
Hi Dave,

You should find VCLTee.TeeProcs.dcu and FMXTee.Procs.dcu at "\Delphi16.win32\Lib" and FMXTee_Procs.dcu at "\Delphi16.iOS\Lib".
The unit scopes appeared with XE2 forcing us to add the VCLTee and FMXTee prefixes to TeeChart units.
Find more information here:
http://docwiki.embarcadero.com/RADStudi ... cope_Names

Re: Converting from XE to XE2 probelms

Posted: Tue Feb 05, 2013 5:19 pm
by 16563037
Yeray,

Ah, I missed that. Than you.

Dave