2
votes
Delphi: Required package not found
If this happens when the IDE is trying to load a package: your package output directory (where the *.bpl files go) has to be on your system's PATH environment variable. Packages are statically link …
10
votes
Is there a Delphi library which returns all effective source paths for a project?
You can use OpenTools API to get the active project's search path (merged from active configuration and option set) and the IDE's global library path. Here is a unit from my quick test design packa …
