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??
DelphiXE2 64bit complier
Re: DelphiXE2 64bit complier
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
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 2
- Joined: Tue Jun 05, 2012 12:00 am
Re: DelphiXE2 64bit complier
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
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
Hi Makoto,
Great!
Great!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |