 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Paulo Guest
|
Posted: Mon Feb 26, 2007 4:48 am Post subject: TeeChart and QR Pro 404 |
|
|
Hi, I am trying to install the free Tee Chart for QR Pro 404, but I have
failed... so I followed the steps on the install.txt from Steema:
I open the TeeQR.dpk, changed to "Rebuild as needed" and changed the
"requires" qrpt to QR4RunD7, when I compile this dpk, everything is fine,
but when I compile the other dpk, DclTQR.dpk, the compiler shows up a screen
saying: Fatal error: DCLTqr.dpk(33): 'Required package 'QRpt' not found'...
it is trying to use the QR wich comes with Delphi ??
How can I fix the error?
Thanks in advance
Paulo |
|
| Back to top |
|
 |
Jean-Francois Picard Guest
|
Posted: Mon Feb 26, 2007 7:45 pm Post subject: Re: TeeChart and QR Pro 404 |
|
|
I don't use TeeChart, but here with all our packages, we always put them
to Explicit Build. Anyway, if the package needs to be rebuild, the
compiler will say so. If you use 'Rebuild as needed' the compiler always
build the package when you do a build all (I think so) and if the path
of all sources (including your package) is not in the library path then
you will come across this sort of errors.
Also, if you don't build your packages in the standard directory of
Delphi (My Documents\Borland Studio Projects\Bpl), then add the
directory in the Path of your windows (User and computer path) that will
help.
JFPicard
Paulo wrote:
| Quote: | Hi, I am trying to install the free Tee Chart for QR Pro 404, but I have
failed... so I followed the steps on the install.txt from Steema:
I open the TeeQR.dpk, changed to "Rebuild as needed" and changed the
"requires" qrpt to QR4RunD7, when I compile this dpk, everything is fine,
but when I compile the other dpk, DclTQR.dpk, the compiler shows up a screen
saying: Fatal error: DCLTqr.dpk(33): 'Required package 'QRpt' not found'...
it is trying to use the QR wich comes with Delphi ??
How can I fix the error?
Thanks in advance
Paulo
|
|
|
| Back to top |
|
 |
Narcís Calvet Guest
|
Posted: Mon Feb 26, 2007 10:21 pm Post subject: Re: TeeChart and QR Pro 404 |
|
|
Hi Paulo,
This error would seem to indicate that you didn't change the references in
DclTQR.dpk as told here:
http://www.teechart.net/reference/modules.php?name=News&file=article&sid=13
--
Best Regards,
Narcis Calvet
Steema Support Central
http://support.steema.com
"Important note: If you are a TeeChart registered customer, please post your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply."
Paulo wrote:
| Quote: | Hi, I am trying to install the free Tee Chart for QR Pro 404, but I
have failed... so I followed the steps on the install.txt from Steema:
I open the TeeQR.dpk, changed to "Rebuild as needed" and changed the
"requires" qrpt to QR4RunD7, when I compile this dpk, everything is
fine, but when I compile the other dpk, DclTQR.dpk, the compiler
shows up a screen saying: Fatal error: DCLTqr.dpk(33): 'Required
package 'QRpt' not found'... it is trying to use the QR wich comes
with Delphi ??
How can I fix the error?
|
| Quote: |
Thanks in advance
Paulo |
|
|
| Back to top |
|
 |
Paulo Guest
|
Posted: Tue Feb 27, 2007 8:46 am Post subject: Re: TeeChart and QR Pro 404 |
|
|
Narcís, thanks for the quick reply, the article says:
"For Delphi 7, you should remove the qrpt70.dcp file (or similar, depending
which QR version you previously used) and replace it with the QR4RunD7.dcp
package. Also, set the package build option to "Rebuild as needed"...
in TeeQR.dpk I changed the old reference 'qrpt' to QR4RunD7 and worked well,
but what part on the DclTQR.dpk must I change ? There is no refence to old
QR references, just the lines below:
requires
vcl,
TeeDB,
TeeQR,
DclTee;
Must I change anything to work on the DclTQR.dpk?
Thanks
"Narcís Calvet" <support (AT) steema (DOT) com> escreveu na mensagem
news:45e308cd$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi Paulo,
This error would seem to indicate that you didn't change the references in
DclTQR.dpk as told here:
http://www.teechart.net/reference/modules.php?name=News&file=article&sid=13
--
Best Regards,
Narcis Calvet
Steema Support Central
http://support.steema.com
"Important note: If you are a TeeChart registered customer, please post
your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply."
Paulo wrote:
Hi, I am trying to install the free Tee Chart for QR Pro 404, but I
have failed... so I followed the steps on the install.txt from Steema:
I open the TeeQR.dpk, changed to "Rebuild as needed" and changed the
"requires" qrpt to QR4RunD7, when I compile this dpk, everything is
fine, but when I compile the other dpk, DclTQR.dpk, the compiler
shows up a screen saying: Fatal error: DCLTqr.dpk(33): 'Required
package 'QRpt' not found'... it is trying to use the QR wich comes
with Delphi ??
How can I fix the error?
Thanks in advance
Paulo
|
|
|
| Back to top |
|
 |
Narcís Calvet Guest
|
Posted: Tue Feb 27, 2007 5:21 pm Post subject: Re: TeeChart and QR Pro 404 |
|
|
Hi Paulo,
Sorry but my instructions where not correct. Please read the forums message
below about the same problem.
http://www.teechart.net/support/viewtopic.php?t=4359
--
Best Regards,
Narcis Calvet
Steema Support Central
http://support.steema.com
"Important note: If you are a TeeChart registered customer, please post your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply."
Paulo wrote:
| Quote: | Narcís, thanks for the quick reply, the article says:
"For Delphi 7, you should remove the qrpt70.dcp file (or similar,
depending which QR version you previously used) and replace it with
the QR4RunD7.dcp package. Also, set the package build option to
"Rebuild as needed"...
in TeeQR.dpk I changed the old reference 'qrpt' to QR4RunD7 and
worked well, but what part on the DclTQR.dpk must I change ? There is
no refence to old QR references, just the lines below:
requires
vcl,
TeeDB,
TeeQR,
DclTee;
Must I change anything to work on the DclTQR.dpk?
Thanks
"Narcís Calvet" <support (AT) steema (DOT) com> escreveu na mensagem
news:45e308cd$1 (AT) newsgroups (DOT) borland.com...
Hi Paulo,
This error would seem to indicate that you didn't change the
references in DclTQR.dpk as told here:
http://www.teechart.net/reference/modules.php?name=News&file=article&sid=13
--
Best Regards,
Narcis Calvet
Steema Support Central
http://support.steema.com
"Important note: If you are a TeeChart registered customer, please
post your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply."
Paulo wrote:
Hi, I am trying to install the free Tee Chart for QR Pro 404, but I
have failed... so I followed the steps on the install.txt from
Steema: I open the TeeQR.dpk, changed to "Rebuild as needed" and changed
the
"requires" qrpt to QR4RunD7, when I compile this dpk, everything is
fine, but when I compile the other dpk, DclTQR.dpk, the compiler
shows up a screen saying: Fatal error: DCLTqr.dpk(33): 'Required
package 'QRpt' not found'... it is trying to use the QR wich comes
with Delphi ??
How can I fix the error?
Thanks in advance
Paulo |
|
|
| Back to top |
|
 |
|
|
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
|
|