Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

cannot find dclRBP10105 package

edited September 2008 in General
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

Comments

  • edited September 2008
    Hi Damian,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2008
    Hi,

    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.

  • edited September 2008
    Hi Damian,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2008
    Yes, I know and it does not use is - it's not in uses section. It's in
    required section, where it should be, but if it cannot find it then it
    will not compile my components.

  • edited September 2008

    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
This discussion has been closed.