Converting from XE to XE2 probelms

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Dave C.
Newbie
Newbie
Posts: 3
Joined: Wed Jul 18, 2012 12:00 am

Converting from XE to XE2 probelms

Post by Dave C. » Tue Feb 05, 2013 4:08 pm

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

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

Re: Converting from XE to XE2 probelms

Post by Yeray » Tue Feb 05, 2013 4:34 pm

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
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

Dave C.
Newbie
Newbie
Posts: 3
Joined: Wed Jul 18, 2012 12:00 am

Re: Converting from XE to XE2 probelms

Post by Dave C. » Tue Feb 05, 2013 5:19 pm

Yeray,

Ah, I missed that. Than you.

Dave

Post Reply