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

RB7 and D5: 'file not found' when using RB sample components

edited September 2002 in General
It seems there is a problem when using the ReportBuilder Sample Components
with the new RB7 version for Delphi 5.

- create a new report
- place a TmyCheckBox in the report
- try to compile without runtime-packages

The problem does not occur with runtime-packages.

Jo Reiter
Reiter Software

Comments

  • edited September 2002
    You need to find and add ..\RBuilder\Demos\RCL to your library path. This
    is where the MyChkBox.pas file is located in the installation.


    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited September 2002

  • edited September 2002
    There is no problem with the design time packages. The difference is that
    the RB 7 installation script doesn't copy the source to the checkbox in the
    RBuilder\Source directory. The dcu does exist in the RBuilder\Lib directory
    so you should be able to compile without runtime packages. If you are trying
    to compile using the RBuilder\Source directory, you'll need to also point
    towards the RBuilder\Demos\RCL directory to find the MyChkBox.pas file.


    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited September 2002
    > The dcu does exist in the RBuilder\Lib directory

    That's the problem. Since RB 7 i'm not able to compile without runtime
    packages. I'm using the standard RB installation without modification.

    No problems with RB 6.03. So there must be a difference between both
    installations.

    cheers
    Jo
  • edited September 2002
    > The dcu does exist in the RBuilder\Lib directory

    I should mention, this works with D7/RB7 but not with D5/RB7.

    grettings
    Jo Reiter
  • edited September 2002
    You're right. In D5, the dcu in RBuilder\Lib is compiled with a different
    date. We'll have to fix this. In the mean time, you can point to the
    RBuilder\Lib and RBuilder\Demos\RCL directories in order to recompile
    without packages.


    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited September 2002
    > You're right. In D5, the dcu in RBuilder\Lib is compiled with a different

    Thx, Jim!

    greetings,
    Jo
This discussion has been closed.