Bug In 5.5.0.447

Hi Angus.

Next bug :)

In my project i install new version of some component. In Delphi (7) IDE i change the Library search path

from "...\ExpressBars 5\Sources" TO my new path:  "...\ExpressBars 5\Sources"

FB cannot build now the project because cannot find some file in "...\ExpressBars 6\Sources " direcory :(

In FB Action i set "Use global Delphi library path", but FB (compiler) still  not found this directory.

When i uncheck "Use global Delphi library path", in library path i not found this path. When I press

"reload library path" button, i still not found this path but still found the old path: " ...\ExpressBars 5\Sources".

When i do search in windows registry i not found the old path, only the correct new path :(

From where FB load this library path list ?

Regards

Janex

 


Hi Janex,

The Reload Library Path will load from either the registry or Delphi Global Options depending on whether you have “Use Registry for Library Paths” in the Delphi Options is selected or not (it also relies on the Delphi compiler version setting in the action and options).

If using the registry, the value is loaded from:
Key: HKCU\Software\Borland\Delphi\7.0\Library
Value: “Search Path”

hth.