Rebuilding Quick Report Library Packages
Note for C++Builder users at the bottom of the page. There are two libraries - design-time Dclqrt50.bpl and run-time Qrpt50.bpl ( in Delphi 6 read 60 for 50). What follows also applies to the QRExports package. The 'project' files for libraries are of type .dpk ( package definition), and these may be opened in Delphi like .dpr's. To rebuild and re-install the libraries, follow this procedure -
Where do things go ? When you've freshly compiled a library the result is put in the 'Libraries Out' path, which is set to Borland\DelphiX\projects\BPL by default. For the design-time library this is the only place it needs to be. The run-time library should be in windows\system, or whatever place you keep your application extensions. |
File name or type | Directories |
---|---|
.pas | CBuilder5\QuickRpt |
.dcu | CBuilder5\lib\obj |
.obj | CBuilder5\lib\obj |
.dfm | CBuilder5\lib\obj and CBuilder5\QuickRpt |
qrpt50.bpk | CBuilder5\QuickRpt |
dclqrt50.bpk | CBuilder5\QuickRpt |
qrpt50.bpl | ..\system32 |
dclqrt50.bpl | CBuilder5\bin |
.rc | CBuilder5\QuickRpt |
.res | CBuilder5\QuickRpt |
qrpt50.bpi | CBuilder5\lib |
qrpt50.lib | CBuilder5\lib |
.cpp | CBuilder5\QuickRpt |
.hpp | Cbuilder5\Include\vcl |