Page 1 of 1

DelphiXE2 64bit complier

Posted: Mon Dec 17, 2012 12:34 am
by 16562662
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??

Re: DelphiXE2 64bit complier

Posted: Mon Dec 17, 2012 3:16 pm
by yeray
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

Re: DelphiXE2 64bit complier

Posted: Tue Dec 18, 2012 11:06 pm
by 16562662
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

Re: DelphiXE2 64bit complier

Posted: Wed Dec 19, 2012 8:00 am
by yeray
Hi Makoto,

Great!