Hi,
My enviromen is the next:
-SO:Windows7 64 bits
-IDE: Delphi XE5 Enterprise
-Third Party Components: DEVEXPRESS VCL 2014.1.4, QUICKREPORT 506 and QRDESIGN
I'm developing an application for 64 bits platform. Is Teechart compatible?
In 32 bits the application compiles fine, but when I try to compile the project for 64 bits the next error appears:
Qtree.dcu is not found!
INSTALL TQRCHART WITH QUICKREPORT
Re: INSTALL TQRCHART WITH QUICKREPORT
Hello,
What TeeChart version are you using, v2014.12 or an older?
I see we haven't published the Delphi packages for the Standard version shipped with the IDE here. I'll try to prepare them asap.
What TeeChart version are you using, v2014.12 or an older?
I see we haven't published the Delphi packages for the Standard version shipped with the IDE here. I'll try to prepare them asap.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: INSTALL TQRCHART WITH QUICKREPORT
Hi again,
I've just added the "TeeChart Standard 2013 for QuickReport 5 in Delphi XE5" files to the list.Yeray wrote:I see we haven't published the Delphi packages for the Standard version shipped with the IDE here. I'll try to prepare them asap.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: INSTALL TQRCHART WITH QUICKREPORT
The version that we use is this: TeeChart2014RADXE5.exe, is it correct for my enviroment?
-SO:Windows7 64 bits
-IDE: Delphi XE5 Enterprise
-Third Party Components: DEVEXPRESS VCL 2014.1.4, QUICKREPORT 506 and QRDESIGN FOR THIS QR Version.
Actually I have the next Teechart packages in my packages list:
Teechar Standard 2014 Components
TeeChart Pro 2014 FireMonkey components
Both were compiled according with a pdf that you included in the installer.
Sorry, but I dont undarstand you solution? do I Have to add other package to compile my application in 64 bits?
-SO:Windows7 64 bits
-IDE: Delphi XE5 Enterprise
-Third Party Components: DEVEXPRESS VCL 2014.1.4, QUICKREPORT 506 and QRDESIGN FOR THIS QR Version.
Actually I have the next Teechart packages in my packages list:
Teechar Standard 2014 Components
TeeChart Pro 2014 FireMonkey components
Both were compiled according with a pdf that you included in the installer.
Sorry, but I dont undarstand you solution? do I Have to add other package to compile my application in 64 bits?
Re: INSTALL TQRCHART WITH QUICKREPORT
Hello,
All them are valid for you. It's just to prepare an environment similar to yours if we have to reproduce a concrete situation.
- 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
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
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.
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.GTI wrote:The version that we use is this: TeeChart2014RADXE5.exe, is it correct for my enviroment?
All them are valid for you. It's just to prepare an environment similar to yours if we have to reproduce a concrete situation.
"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:GTI wrote:Actually I have the next Teechart packages in my packages list:
Teechar Standard 2014 Components
TeeChart Pro 2014 FireMonkey components
- 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
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.GTI wrote:Both were compiled according with a pdf that you included in the installer.
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
The solution is to:GTI wrote:Sorry, but I dont undarstand you solution? do I Have to add other package to compile my application in 64 bits?
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |