DelphiXE2 64bit complier

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
M.Tobiyama
Newbie
Newbie
Posts: 2
Joined: Tue Jun 05, 2012 12:00 am

DelphiXE2 64bit complier

Post by M.Tobiyama » Mon Dec 17, 2012 12:34 am

Hello,

I'm using RadStudioXE2 (DelphiXE2) and TeeChart 2012 for RAD XE2 on Windows7 pro 64bit. When I tryied to use the target platform of 64-bit windows, I couldn't complile (nor built) form with TeeChart (TChart and TeeCommander), the complier replied the faital error message as
"F2051 unit VCLTee.TeeCooma was complied with different version of VCLTee.Chart.TSubomChart" (the original message is in Japanese..)
Am I need to change some environment valuables to use TeeChart under the target of 64-bit windows??

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

Re: DelphiXE2 64bit complier

Post by Yeray » Mon Dec 17, 2012 3:16 pm

Hi,

Make sure the following paths are present and on the top of the lists ("Tools/Options...):

- Lists to check for the Delphi personality:

"Environment Options/Delphi Options/Library/Selected Platform (32-bit Windows)/Library path"
[...]\TeeChart 2012 for RAD XE2\Delphi16.win32\Lib
[...]\TeeChart 2012 for RAD XE2\Delphi16.iOS\Lib

"Environment Options/Delphi Options/Library/Selected Platform (32-bit Windows)/Browsing path" Optional, only source code customers
[...]\TeeChart Pro 2012 Full Source Code\Sources

"Environment Options/Delphi Options/Library/Selected Platform (32-bit Windows)/Debug DCU path"
[...]\TeeChart 2012 for RAD XE2\Delphi16.win32\Lib
[...]\TeeChart 2012 for RAD XE2\Delphi16.iOS\Lib

"Environment Options/Delphi Options/Library/Selected Platform (64-bit Windows)/Library path"
[...]\TeeChart 2012 for RAD XE2\Delphi16.win64\Lib

"Environment Options/Delphi Options/Library/Selected Platform (64-bit Windows)/Browsing path" Optional, only source code customers
[...]\TeeChart Pro 2012 Full Source Code\Sources

"Environment Options/Delphi Options/Library/Selected Platform (64-bit Windows)/Debug DCU path"
[...]\TeeChart 2012 for RAD XE2\Delphi16.win64\Lib

"Environment Options/Delphi Options/Library/Selected Platform (OS X)/Library path"
[...]\TeeChart 2012 for RAD XE2\Delphi16.osx32\Lib

"Environment Options/Delphi Options/Library/Selected Platform (OS X)/Browsing path" Optional, only source code customers
[...]\TeeChart Pro 2012 Full Source Code\Sources

"Environment Options/Delphi Options/Library/Selected Platform (OS X)/Debug DCU path"
[...]\TeeChart 2012 for RAD XE2\Delphi16.osx32\Lib

- Lists to check for the C++Builder personality:

"Environment Options/C++ Options/Paths and Directories/Selected Platform (32-bit Windows)/Include path"
[...]\TeeChart 2012 for RAD XE2\Delphi16.win32\Include

"Environment Options/C++ Options/Paths and Directories/Selected Platform (32-bit Windows)/Library path"
[...]\TeeChart 2012 for RAD XE2\Delphi16.win32\Lib
[...]\TeeChart 2012 for RAD XE2\Delphi16.win32\Lib\Obj
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

M.Tobiyama
Newbie
Newbie
Posts: 2
Joined: Tue Jun 05, 2012 12:00 am

Re: DelphiXE2 64bit complier

Post by M.Tobiyama » Tue Dec 18, 2012 11:06 pm

Hello Yeray,

Thank you very much for your reply. All the paths were present but all of them were on the bottom of the list. By changing the position to the top of the list, the complie error has cleared.

Thank you, again,
Makoto

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

Re: DelphiXE2 64bit complier

Post by Yeray » Wed Dec 19, 2012 8:00 am

Hi Makoto,

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