Hello,
GTI wrote:The version that we use is this: TeeChart2014RADXE5.exe, is it correct for my enviroment?
There are three installers with that name. Are you using TeeChart v2014.10, v2014.11 or v2014.12? You can find it in the release notes in the installation folder.
All them are valid for you. It's just to prepare an environment similar to yours if we have to reproduce a concrete situation.
GTI wrote:Actually I have the next Teechart packages in my packages list:
Teechar Standard 2014 Components
TeeChart Pro 2014 FireMonkey components
"TeeChart Pro 2014 FireMonkey components" looks fine for a TeeChart Pro v2014 installation, but "Teechar Standard 2014 Components" not. Could you please check what bpl refers to it? The default packages shipped with the IDE are:
-
TeeChart Lite FMX Components pointing to $(BDS)\bin\dclFMXtee9190.bpl
-
TeeChart Standard VCL Components pointing to
$(BDS)\bin\DclTee9190.bpl
While the packages in the TeeChart Pro v2014.12 are:
-
TeeChart Pro 2014 for FireMonkey Components pointing to
\TeeChart 2014 for RAD XE5\Delphi19.win32\Bin\DclFMXTeePro919.bpl
-
TeeChart Pro 2014 VCL Components pointing to
\TeeChart 2014 for RAD XE5\Delphi19.win32\Bin\DclTeePro919.bpl
-
TeeTree 2 Components pointing to
\TeeChart 2014 for RAD XE5\Delphi19.win32\Bin\DclTree2D19Tee9.bpl
GTI wrote:Both were compiled according with a pdf that you included in the installer.
I see you own TeeChart sources. In that case, we recommend installing the binary version first (TeeChart2014RADXE5.exe) because the source code version doesn't include the examples and documentation. Then, we recommend installing the SourceCode version (TeeChart2014SourceCode.exe) and running TeeRecompile.exe utility shipped with this SourceCode installation to compile and install the source code version to your IDE.
The packages installed by TeeRecompile with the default options are:
-
TeeChart Pro 2014 for FireMonkey Components pointing to
\TeeChart Pro 2014 Full Source Code\Sources\Compiled\Delphi19.win32\Bin\DclFMXTeePro919.bpl
-
TeeChart Pro 2014 VCL Components pointing to
\TeeChart Pro 2014 Full Source Code\Sources\Compiled\Delphi19.win32\Bin\DclTeePro919.bpl
-
TeeMaker pointing to
\TeeChart Pro 2014 Full Source Code\Sources\Compiled\Delphi19.win32\Bin\DclTeeMaker119.bpl
-
TeeTree 2 Components pointing to
\TeeChart Pro 2014 Full Source Code\Sources\Compiled\Delphi19.win32\Bin\DclTree2D19Tee9.bpl
GTI wrote:Sorry, but I dont undarstand you solution? do I Have to add other package to compile my application in 64 bits?
The solution is to:
1. Have a clean environment. That's why I'm explaining how the list of packages look like for each installation.
2. Take the packages
mentioned above, change the references to match the TeeChart version you have installed and build and install them. You can take the QuickReport article
here as reference or we can try to prepare them for you, but we need to be sure your environment is clean first.