BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TQRChart for C++Builder 6 Build error

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Reporting-Charting
View previous topic :: View next topic  
Author Message
Bas Groeneveld
Guest





PostPosted: Tue Feb 21, 2006 11:03 pm    Post subject: TQRChart for C++Builder 6 Build error Reply with quote



Hi

I have upgraded the distributed QuickReports to the QuickReports Pro V4.06
and in doing so appear to have lost the TQRChart component.

I discovered a download on the Steema web site
(http://www.steema.com/download/TeeChart_v4/Tee4forQuickReport.htm) which
appears to allow the standard TeeChart QR package to be updated to TC4 with
respect to a Quickreport version change.

As I am using C++Builder 6 with the distributed TeeChart components I had to
make some changes to the required BPI files (eg tee4C5.bpi to tee.bpi etc).
The build error: "[Pascal Fatal Error] QRTee.pas(156): File not found:
'DsgnIntf.dcu'" was fixed by changing the references to DsgnIntf to
DesignIntf which _seems_ to work.

However I now get messages regarding missing 'IEdiGene.dcu' and
'iEditCha.dcu'. I cannot find any reference to these files or the equivalent
..pas files on my installation.

Looking at the Steema release notes for TC 7.06 I notice that releases 7.03
and 7.04 contained installation fixes for C++Builder and Delphi 2005.
Presumably this fixes the problems I am having but only for the Prof
version.

Are there any instructions/hints on how to get around this problem and allow
the standard TQRChart component to be rebuilt for the upgraded QuickReports
on C++Builder 6 (and presumably Delphi 2005)?

Thanks
Bas

--

==========================================
Bas Groeneveld
Benchmark Design System and Software Engineering
PO Box 165N, Ballarat North, VIC 3350
Phone: +61 3 5333 5441 Mob: 0409 954 501
Back to top
David Berneda
Guest





PostPosted: Wed Feb 22, 2006 12:03 pm    Post subject: Re: TQRChart for C++Builder 6 Build error Reply with quote



Hi Bas
The editor units (IEditCha, IEdiGen, etc) are not provided in *.dcu format but they are inside the TeeUI.bpi package, so it should
compile if you add this reference (TeeUI)
regards
david
www.teechart.com

"Bas Groeneveld" <nospam (AT) nospam (DOT) com.au> wrote in message news:43fb958c (AT) newsgroups (DOT) borland.com...
Quote:
Hi

I have upgraded the distributed QuickReports to the QuickReports Pro V4.06
and in doing so appear to have lost the TQRChart component.

I discovered a download on the Steema web site
(http://www.steema.com/download/TeeChart_v4/Tee4forQuickReport.htm) which
appears to allow the standard TeeChart QR package to be updated to TC4 with
respect to a Quickreport version change.

As I am using C++Builder 6 with the distributed TeeChart components I had to
make some changes to the required BPI files (eg tee4C5.bpi to tee.bpi etc).
The build error: "[Pascal Fatal Error] QRTee.pas(156): File not found:
'DsgnIntf.dcu'" was fixed by changing the references to DsgnIntf to
DesignIntf which _seems_ to work.

However I now get messages regarding missing 'IEdiGene.dcu' and
'iEditCha.dcu'. I cannot find any reference to these files or the equivalent
.pas files on my installation.

Looking at the Steema release notes for TC 7.06 I notice that releases 7.03
and 7.04 contained installation fixes for C++Builder and Delphi 2005.
Presumably this fixes the problems I am having but only for the Prof
version.

Are there any instructions/hints on how to get around this problem and allow
the standard TQRChart component to be rebuilt for the upgraded QuickReports
on C++Builder 6 (and presumably Delphi 2005)?

Thanks
Bas

--

==========================================
Bas Groeneveld
Benchmark Design System and Software Engineering
PO Box 165N, Ballarat North, VIC 3350
Phone: +61 3 5333 5441 Mob: 0409 954 501



Back to top
Bas Groeneveld
Guest





PostPosted: Thu Feb 23, 2006 11:03 am    Post subject: Re: TQRChart for C++Builder 6 Build error Reply with quote



David,

Excuse my ignorance, but what exactly do you mean by "add this reference
(TeeUI)"?

TeeUI.bpi is already listed under 'Requires' in the package.

Adding TeeUI in the Uses clause just causes the compiler to tell me that
TeeUI.dcu is not found, as follows

Uses Classes,DBChart,TeeConst,QRTee,SysUtils,{DsgnIntf,}DesignIntf,
DesignEditors, VCLEditors, RTLConsts,TeeAbout,
TeePrevi,TeEngine,
{$IFDEF D1}
IEdit16,
{$ELSE}
// IEdiGene,
{$ENDIF}
TeeUI,
// EditChar,
{$IFNDEF NOUSE_BDE}
{$IFNDEF D1}
DBEditCh
{$ENDIF}
{$ENDIF}
;

Where else should I add it?

Thanks
Bas

"David Berneda" <david (AT) steema (DOT) com> wrote in message
news:43fc4372 (AT) newsgroups (DOT) borland.com...
Quote:
Hi Bas
The editor units (IEditCha, IEdiGen, etc) are not provided in *.dcu format
but they are inside the TeeUI.bpi package, so it should
compile if you add this reference (TeeUI)
regards
david
www.teechart.com

"Bas Groeneveld" <nospam (AT) nospam (DOT) com.au> wrote in message
news:43fb958c (AT) newsgroups (DOT) borland.com...
Hi

I have upgraded the distributed QuickReports to the QuickReports Pro
V4.06
and in doing so appear to have lost the TQRChart component.

I discovered a download on the Steema web site
(http://www.steema.com/download/TeeChart_v4/Tee4forQuickReport.htm)
which
appears to allow the standard TeeChart QR package to be updated to TC4
with
respect to a Quickreport version change.

As I am using C++Builder 6 with the distributed TeeChart components I
had to
make some changes to the required BPI files (eg tee4C5.bpi to tee.bpi
etc).
The build error: "[Pascal Fatal Error] QRTee.pas(156): File not found:
'DsgnIntf.dcu'" was fixed by changing the references to DsgnIntf to
DesignIntf which _seems_ to work.

However I now get messages regarding missing 'IEdiGene.dcu' and
'iEditCha.dcu'. I cannot find any reference to these files or the
equivalent
.pas files on my installation.

Looking at the Steema release notes for TC 7.06 I notice that releases
7.03
and 7.04 contained installation fixes for C++Builder and Delphi 2005.
Presumably this fixes the problems I am having but only for the Prof
version.

Are there any instructions/hints on how to get around this problem and
allow
the standard TQRChart component to be rebuilt for the upgraded
QuickReports
on C++Builder 6 (and presumably Delphi 2005)?

Thanks
Bas

--

==========================================
Bas Groeneveld
Benchmark Design System and Software Engineering
PO Box 165N, Ballarat North, VIC 3350
Phone: +61 3 5333 5441 Mob: 0409 954 501





Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Reporting-Charting All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.