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

Rebuild trouble

edited September 2007 in End User
Hi

I am kind of newbie to RBuilder, and just purchased Pro version for
BDS2006

I want to add the RBuilder sources to my starteam (libraries) project,
and for this I have a separate folder -not in a subfolder of the BDS,
where RBuloder is originally installed.

I have trouble rebuilding the libraries, for I am missing
ppToolbars.pas when compiling. The dfm is there allright, but the
pas/dcu files are missing.


Some background info:

My lib's structure is something like this, and only contains dcp's,
dcu's and dfm's

$(MYSRC)\Lib\Teemach7
$(MYSRC)\Lib\RBuilder10
$(MYSRC)\Lib\NexusDB2

My Libsource folder (the one contating the dpk and pas files) is about
the same

$(MYSRC)\LibSource\Teemach7
$(MYSRC)\LibSource\RBuilder10
$(MYSRC)\LibSource\NexusDB2


And I have a small copy tool to update the (compiled) lib files from
the LibSOurce to the Lib folder. This is to avoid recompiling
everytinhg when building My App.


--
Thanks,
Hans Hasenack (Netherlands)

Comments

  • edited September 2007
    Hi Hans,

    Which version of ReportBuilder are you using? The ppToolbars.pas file is
    not needed for RB 10.x. When you receive this error, does a RB source file
    try to use the ppToolbars file?

    Be sure you are using the latest version of ReportBuilder (RB 10.06). I
    checked our install scripts and the ppToolbars.dfm is in fact being
    installed mistakenly and I will fix this for the next release.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2007
    Nico Cizik (Digital Metaphors) wrote:


    Indeed. And in the packages, there are still references to
    ppToolbars.pas and the other that have been removed, as I read in the
    release notes.

    I just removed the references from the packages, and now everything
    runs fine.

    I had to add DesignIntf.dcp as required package to some packages too.

    --
    Thanks,
    Hans Hasenack (Netherlands)
This discussion has been closed.