Installation problem with C++XE, TeechartPro2010 and QR5

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Chacal
Newbie
Newbie
Posts: 4
Joined: Mon Mar 14, 2011 12:00 am

Installation problem with C++XE, TeechartPro2010 and QR5

Post by Chacal » Wed Jun 15, 2011 4:28 pm

Hi,
Due to a re-installation, I didn't succeed to run a project with some TQRChart inside. Here is the steps of my installation :

1) Installation of Borland C++ builder XE
2) Installation of QuickReport 5.40
3) Installation of Teechart Pro 2010
4) Then I use the TQR component find in this topic : http://www.teechart.net/support/viewtop ... 5c*#p51637
5) This component is Tee9QR5C15.
6) I open the .groupproj file and tried to build DclTee9QR5C15.bpl project but I have got an error message :

Code: Select all

Dcc fatal error TeeQrTeeReg.pas : Impossible to compile unit DBChart.pas
Same error during compiling Tee9QR5C15.bpl but with file QrTee.pas

7) Then I tried to use files placed in the directory "CompiledC" and following your instructions :
I've placed the compiled files how the QuickReport article says:
- DclTee9QR5C15.bpl at "C:\Program Files\Embarcadero\RAD Studio\8.0\bin"
- Tee9QR5C15.bpl at "C:\WINDOWS\system32"
- All the others (bpi, lib, map, obj, tds) at "C:\Program Files\Embarcadero\RAD Studio\8.0\lib\win32\debug"
I manually add the component DclTee9QR5C15.bpl in C++ builder.
With a new project, TQRChart is well installed but when i placed it into a qreport form, c++ builder crashed with no message error...

Please can you help me for this installation ?

Thanks for your help

mo

Chacal
Newbie
Newbie
Posts: 4
Joined: Mon Mar 14, 2011 12:00 am

Re: Installation problem with C++XE, TeechartPro2010 and QR5

Post by Chacal » Fri Jun 17, 2011 11:55 am

Ok I succeed to install TQRChart by importing blp, lib, map & tds from another computer.
But I still don't know why i counn't compile on my computer with error :
Dcc fatal error TeeQrTeeReg.pas : Impossible to compile unit DBChart.pas
...

Regards
Mo

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Installation problem with C++XE, TeechartPro2010 and QR5

Post by Narcís » Mon Jun 20, 2011 12:59 pm

Hi Mo,

Is this the complete error message or it has some more information?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Chacal
Newbie
Newbie
Posts: 4
Joined: Mon Mar 14, 2011 12:00 am

Re: Installation problem with C++XE, TeechartPro2010 and QR5

Post by Chacal » Wed Jun 29, 2011 1:08 pm

Hi Narcis,
Yes this is the complete error message. The project who can't compile is exactly the same that the one on the other computer.
Regards

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Installation problem with C++XE, TeechartPro2010 and QR5

Post by Narcís » Thu Jun 30, 2011 10:51 am

Hi Chacal,
Yes this is the complete error message.
Really?
Chacal wrote:Dcc fatal error TeeQrTeeReg.pas : Impossible to compile unit DBChart.pas
...
There's nothing else in place of that ellipsis ("...")? There's not message indicating why DBChart.pas can not be compiled?
The project who can't compile is exactly the same that the one on the other computer.
Have you checked that both project search paths are identical then? In the failing computer paths may point to wrong packages.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply