I'm trying to install the 'TeeChart Standard 2011 for QuickReport 5 in C++Builder XE2' files into TeeChart 2011 in C++ Builder XE2.
I have installed TeeChart, and QuickReport, but I'm having problems doing the recompile for the integration. I have downloaded the 'Tee9QR5C16Std' zip file, and and tried to follow the instructions, but I'm getting a bit confused.
I don't seem to be able to open the TeeChart dpk files. C++ doesn't do anything when I select to open 'TeeQR916.dpk'
Am I missing something? I know the instructions are all based around using Delphi. Do I need Delphi to recompile the packages?
Installation of TeeChart 2011 and QuickReport
Re: Installation of TeeChart 2011 and QuickReport
Hi,
The zip here already contains the "compiled" packages for TeeChart Standard 2011 shipped with C++Builder XE2. You only need to:
- Extract DclTee9QR5C16.bpl from the "compiled" folder to the "bin" folder in your IDE (by default at "C:\Program Files\Embarcadero\RAD Studio\9.0\bin"; "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin" in 64bit OS)
- Extract Tee9QR5C16.bpl from the "compiled" folder to the "system" folder in your IDE (by default at "C:\Windows\System32"; "C:\Windows\SysWOW64" in 64bit OS)
- Extract DclTee9QR5C16.bpi, DclTee9QR5C16.lib, Tee9QR5C16.bpi and Tee9QR5C16.lib from the "compiled" folder to the "lib" folder in your IDE (by default at "C:\Program Files\Embarcadero\RAD Studio\9.0\lib\win32\release"; "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\lib\win32\release" in 64bit OS)
- Extract QrTee.hpp from the "compiled" folder to the "include" folder in your IDE (by default at "C:\Program Files\Embarcadero\RAD Studio\9.0\include\windows\vcl"; "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\include\windows\vcl" in 64bit OS)
- Go to the packages list (Component/Install Packages...) and install the DclTee9QR5C16.bpl from the "bin" folder in your IDE (by default at "C:\Program Files\Embarcadero\RAD Studio\9.0\bin"; "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin" in 64bit OS)
If you get any error at any of the steps above, please don't hesitate to let us know.
The zip here already contains the "compiled" packages for TeeChart Standard 2011 shipped with C++Builder XE2. You only need to:
- Extract DclTee9QR5C16.bpl from the "compiled" folder to the "bin" folder in your IDE (by default at "C:\Program Files\Embarcadero\RAD Studio\9.0\bin"; "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin" in 64bit OS)
- Extract Tee9QR5C16.bpl from the "compiled" folder to the "system" folder in your IDE (by default at "C:\Windows\System32"; "C:\Windows\SysWOW64" in 64bit OS)
- Extract DclTee9QR5C16.bpi, DclTee9QR5C16.lib, Tee9QR5C16.bpi and Tee9QR5C16.lib from the "compiled" folder to the "lib" folder in your IDE (by default at "C:\Program Files\Embarcadero\RAD Studio\9.0\lib\win32\release"; "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\lib\win32\release" in 64bit OS)
- Extract QrTee.hpp from the "compiled" folder to the "include" folder in your IDE (by default at "C:\Program Files\Embarcadero\RAD Studio\9.0\include\windows\vcl"; "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\include\windows\vcl" in 64bit OS)
- Go to the packages list (Component/Install Packages...) and install the DclTee9QR5C16.bpl from the "bin" folder in your IDE (by default at "C:\Program Files\Embarcadero\RAD Studio\9.0\bin"; "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin" in 64bit OS)
If you get any error at any of the steps above, please don't hesitate to let us know.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |