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

Compile Error

edited May 2007 in General
I have just installed D2007 and RB 10.06
I have built a very simple report which works ok in design mode.
When I attempt to compile the code however I get
[DCC Error] fMain.pas(8): F1026 File not found: 'ppPrnabl.dcu'

What am I missing ?

Comments

  • edited May 2007
    Hi Les,

    Delphi 2007 has a little quirk where occationally if there is an invalid
    path included in the library path, it will not be able to find other
    included files. Try removing any invalid paths from the D2007 library path
    and perhaps move the \RBuilder\Lib entry up near the top.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2007
    Thanks Nico,
    That was exactly the problem.
    I removed the invalid paths without moving the position of \RBuilder\Lib and
    all compiled ok.
    I noticed that Rbuilder install inserts the full path ie C:\Program Files\
    ... \RBuilder\Lib
    I changed to the relative path $(BDS)\RBuilder\Lib and it still compiled ok.
    By making this change could there be any duplication in the lib string when
    a later version of Rbuilder is installed ?
    Many thanks for your help.
    Les Fox.
  • edited May 2007
    Hi Les,

    No, changing this entry should not cause any problems down the road. Our
    installer just looks for the "\RBuilder\Lib" portion of the entry.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.