cannot find dclRBP10105 package
Hi,
I've installed RAD studio 2007 with Report Builder 10.09 and cannot
compile components from Delphi 7 as it cannot find dclRBP10105 library.
I've checked packages and all paths seem to fine, packages are installed
properly and I can find dclRBP10105.bpl in RBuilder\Lib folder.
Report builder installed itself into:
C:\Program Files (x86)\CodeGear\RAD Studio\5.0\RBuilder\Lib
I have Vista 64bit if it helps.
Does anyone have any idea what can be wrong?
Regards,
Damian Kozlowski
I've installed RAD studio 2007 with Report Builder 10.09 and cannot
compile components from Delphi 7 as it cannot find dclRBP10105 library.
I've checked packages and all paths seem to fine, packages are installed
properly and I can find dclRBP10105.bpl in RBuilder\Lib folder.
Report builder installed itself into:
C:\Program Files (x86)\CodeGear\RAD Studio\5.0\RBuilder\Lib
I have Vista 64bit if it helps.
Does anyone have any idea what can be wrong?
Regards,
Damian Kozlowski
This discussion has been closed.
Comments
dclRBP10105.bpl is a design-time package and should only be used by the
Delphi IDE at design-time. Are you receiving this error when you load
Delphi 2007? Try double checking your library path to be sure the
ReportBuilder entries are valid and there are no invalid enteries above
them.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This is exactly where I have this error - when I try to compile my
component package.
Yes, I've checked library paths and they seem fine. The only thing that
helped was when I copied the path to RBuilder from library paths to my
components project search paths.
Your component package should not be using the dclRBP package as this is a
design-time only package. You need to be sure only runtime packages such as
the rbRCL are in the requires clause of your custom components.
Take a look at the demo located in the \RBuilder\Demos\6. RCL\... directory
for an example of how to create and register custom components.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
required section, where it should be, but if it cannot find it then it
will not compile my components.
Try removing the reference to dclRBPxxxx from your package. Your component
package should not 'require' that package.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com