Page 1 of 1

Installation problem with C++XE, TeechartPro2010 and QR5

Posted: Wed Jun 15, 2011 4:28 pm
by 16458761
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

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

Posted: Fri Jun 17, 2011 11:55 am
by 16458761
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

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

Posted: Mon Jun 20, 2011 12:59 pm
by narcis
Hi Mo,

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

Thanks in advance.

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

Posted: Wed Jun 29, 2011 1:08 pm
by 16458761
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

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

Posted: Thu Jun 30, 2011 10:51 am
by narcis
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.