Can´t find 'QrTee.hpp'
Can´t find 'QrTee.hpp'
I have to do some changes to a program that is made in C++ Builder 5. I can see, that it uses a header file called 'QrTee.hpp'.
I have installed BDS 2006, QuickReport 4,07 Pro and TeeChart Pro 8.02. I have followed the installation instructions, and everything went ok. But I somehow can´t find the header file 'QrTee.hpp' anywhere on my pc. I only have QrTee.Pas in the the QuickReport directory. Can anyone tell me, where or how I might find this file?
/Tango42
I have installed BDS 2006, QuickReport 4,07 Pro and TeeChart Pro 8.02. I have followed the installation instructions, and everything went ok. But I somehow can´t find the header file 'QrTee.hpp' anywhere on my pc. I only have QrTee.Pas in the the QuickReport directory. Can anyone tell me, where or how I might find this file?
/Tango42
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Tango42,
To install TQRChart packages for C++ Builder 2006 you should proceed as described on this thread. I've already sent you the packages mentioned there.
To install TQRChart packages for C++ Builder 2006 you should proceed as described on this thread. I've already sent you the packages mentioned there.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi Narcis.
I have followed the instructions. I have compiled Tee8QR4C10 succesfully, but when I try to compile DclTee8QR4C10 i get the following error:
[Pascal Fatal Error] F1026 File not found: 'c:\program files\borland\bds\4.0\lib\designide.dcp'
I have searched for the file on my pc, and it is located:
C:\Programmer\Borland\BDS\4.0\lib
I have included this in the c++ compiler path, but it seems it still cant find it.
I have followed the instructions. I have compiled Tee8QR4C10 succesfully, but when I try to compile DclTee8QR4C10 i get the following error:
[Pascal Fatal Error] F1026 File not found: 'c:\program files\borland\bds\4.0\lib\designide.dcp'
I have searched for the file on my pc, and it is located:
C:\Programmer\Borland\BDS\4.0\lib
I have included this in the c++ compiler path, but it seems it still cant find it.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Tango42,
You should try adding it in the C++ Builder library path as well.
You should try adding it in the C++ Builder library path as well.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Tango42,
Your problem seems similar to the ones reported on those threads:
http://www.teechart.net/support/viewtopic.php?t=6377
http://www.teechart.net/support/viewtopic.php?t=2552
Could you please read check if solutions suggested here work fine at your end?
Thanks in advance.
Your problem seems similar to the ones reported on those threads:
http://www.teechart.net/support/viewtopic.php?t=6377
http://www.teechart.net/support/viewtopic.php?t=2552
Could you please read check if solutions suggested here work fine at your end?
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 |
Instructions - How to post in this forum |
Hi Narcis.
I have had a look at thee two threads. But it doesn´t seem to work for me. I still get the error:
[Linker Fatal Error] Fatal: Unable to open file 'DB.OBJ'
The TeeQR4C10.bpl compiles fine. But the DclTee8QR4C10.bpl keeps giving me the error.
Below is listed the contains/requires in DclTee8QR4C10.bpl:
Contains:
DclTee8QR4C10.cpp
DclTee8QR4C10.res
TeeQRTeeReg.pas
Requires:
DclTeePro810.bpi
designide.bpi
QR4RunC2006.bpi
rtl.bpi
Tee810.bpi
Tee8QR4C10.bpi
TeeDB810.bpi
TeeUI810.bpi
vcl.bpi
Maybe I have missed something. Hope U can make something of it.
I have had a look at thee two threads. But it doesn´t seem to work for me. I still get the error:
[Linker Fatal Error] Fatal: Unable to open file 'DB.OBJ'
The TeeQR4C10.bpl compiles fine. But the DclTee8QR4C10.bpl keeps giving me the error.
Below is listed the contains/requires in DclTee8QR4C10.bpl:
Contains:
DclTee8QR4C10.cpp
DclTee8QR4C10.res
TeeQRTeeReg.pas
Requires:
DclTeePro810.bpi
designide.bpi
QR4RunC2006.bpi
rtl.bpi
Tee810.bpi
Tee8QR4C10.bpi
TeeDB810.bpi
TeeUI810.bpi
vcl.bpi
Maybe I have missed something. Hope U can make something of it.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |