Hello,
I’m using Final Builder 8 to compile some Delphi Projects, but it seems that the Library Path is not taken into account: compilation fail with “unit not found …”
The fact is, the Delphi Project doesn’t contain the path to every needed files; it only contains path to the files in its folder. Path to “external” files is given by Final Builder (through a .ini file).
In the “Build Delphi” action windows, I can see that the Library Path is correctly set:
“%BIBLIO_ROOT_DIR%\Folder A;%BIBLIO_ROOT_DIR%\Folder B;$(BDS)\Folder C”, etc. BIBLIO_ROOT_DIR is correctly set too. “Use global Delphi Library Path” is uncheck. But compilation fails as said.
I’ve found a “workaround”: i put the Library Path which is in the .ini file into the delphi search path, and then check the box “always use search path from project settings File” in FinalBuilder. However, I don’t want to do that for every project. The paths are all in the .ini file, they’re all correctly loaded into Final Builder, in my mind the compilation should work.
What am i missing?