Can´t find 'QrTee.hpp'

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Tango42
Newbie
Newbie
Posts: 8
Joined: Thu Oct 18, 2007 12:00 am

Can´t find 'QrTee.hpp'

Post by Tango42 » Mon Nov 26, 2007 8:50 pm

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

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

Post by Narcís » Tue Nov 27, 2007 9:38 am

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.
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

Tango42
Newbie
Newbie
Posts: 8
Joined: Thu Oct 18, 2007 12:00 am

Post by Tango42 » Tue Nov 27, 2007 9:46 am

Thanks a lot for the quick answer Narcis. I will have a look.

/Tango42

Tango42
Newbie
Newbie
Posts: 8
Joined: Thu Oct 18, 2007 12:00 am

Post by Tango42 » Tue Nov 27, 2007 1:39 pm

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.

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

Post by Narcís » Tue Nov 27, 2007 1:45 pm

Hi Tango42,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Tango42
Newbie
Newbie
Posts: 8
Joined: Thu Oct 18, 2007 12:00 am

Post by Tango42 » Tue Nov 27, 2007 2:22 pm

Hi Narcis.

Thanks for the answer. I did what u told, but know I get the following error:

[Linker Fatal Error] Fatal: Unable to open file 'DB.OBJ'

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

Post by Narcís » Tue Nov 27, 2007 5:40 pm

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.
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

Tango42
Newbie
Newbie
Posts: 8
Joined: Thu Oct 18, 2007 12:00 am

Post by Tango42 » Thu Nov 29, 2007 12:10 pm

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.

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

Post by Narcís » Thu Nov 29, 2007 12:33 pm

Hi Tango42,

Ok, this may be related to this C++ Builder 2007 problem.
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

Tango42
Newbie
Newbie
Posts: 8
Joined: Thu Oct 18, 2007 12:00 am

Post by Tango42 » Thu Nov 29, 2007 12:58 pm

Hi Narcis.

I tried to put the following:

#define INC_VCLDB_HEADERS
#include <vcl.h>
#pragma hdrstop

in the DclTee8QR4C10.cpp. I didn´t do any change. (Was that correct to do so btw?).

Post Reply