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'
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.
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.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
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.
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com