Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems to import QuickReport Tools

Status
Not open for further replies.

DickManitoba

Programmer
Feb 16, 2007
2
0
0
ES
I downloaded the tool package QuickReport "QR4StdD2006W32.EXE" to
install QReport to "Borland developer Studio 2006" and i follow the
next steeps:

1. Whem i exec the file, it create this folder "C:\Program Files
\Borland\BDS\4.0\QRStandard"


2. i open C++ Builder and go to menu "Component/Install Packages..."
3. with the "boton Add..." add the file "C:\Program Files\Borland\BDS
\4.0\QRStandardQR4StdDesD2006.bpl",In the component list
show"QuickReport4 Standard Components" with the check box checked.


4. with the "boton Add..." add the file "C:\Program files\Borland\BDS
\4.0\QRStandardQR4StdRunD2006.bpl",show me the next message:


"Package C:\Archivos de programa\Borland\BDS
\4.0\QRStandardQR4StdRunD2006.bpl can´t be installed because another
package with the same name is already loaded (C:\WINDOWS
\System32\QR4StdRunD2006.bpl)"


After this steeps i haven´t got QuickReport in the tool pallete and
whem i try compiled a program that i made with C++ Builder 6 usuing
QuickReport show me this list of errors in the file QuickRpt.hpp:


[C++ Error] QuickRpt.hpp(30): E2209 Unable to open include file
'Qrprntr.hpp'
[C++ Error] QuickRpt.hpp(31): E2209 Unable to open include file
'Qr3const.hpp'
[C++ Error] QuickRpt.hpp(32): E2209 Unable to open include file
'Qrprgres.hpp'
[C++ Error] QuickRpt.hpp(33): E2209 Unable to open include file
'Qrexpr.hpp'
[C++ Error] QuickRpt.hpp(34): E2209 Unable to open include file
'Qrexpbld.hpp'
[C++ Error] QuickRpt.hpp(144): E2090 Qualifier 'Qrprntr' is not a
class or namespace name
[C++ Error] QuickRpt.hpp(144): E2040 Declaration terminated
incorrectly
.....


How can i solved this problem?
Thanks for you help...


P.S.: Excuse my english, is limited.


 
You have another program named "QR4StdRunD2006.bpl" already in C:\Windows\System32. Did you have an earlier version of Borland with QuickReports already installed?

You can try renaming that file and reinstalling QuickReports just to see what happens.



James P. Cottingham
-----------------------------------------
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
Thanks 2ffat, but that program ("QR4StdRunD2006.bpl") it is created whem i add "QR4StdDesD2006.bpl" package. If i rename that fine, whem i execute c++ builder in BDS, show a Error massage and say that caanot be able to load the QR4StdRunD2006.bpl package.

i have been trying a lot of things the last days but i still with out solved it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top