Question

Have installed trial version of Delphi 2010, and hoped to get a look at DeHL.

There must be something that I have missed out on, though, cause I can't find out how to include any of the units without getting a 'file not found'-error at compile time...

What I have done, is to include the path to the pas-files in the projects 'Include file search path'. I also tried to build with packages, but it couldn't find the DeHL-package. I also tried to include the bin-path where all of DeHLs dcu-files are, but no result.

Any ideas?

Was it helpful?

Solution

Maybe you have not included source file paths to the library path list. To do so:

  • Go to Tools>Options>Environment Options>Delphi Options>Library-Win32
  • Add DeHL's src (and all sub folders) to the library path list

also

  • Included paths to Compiler Options>Search Paths of the project works as well.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top