Delphi 2010,DeHL,找不到文件
已经安装了Delphi 2010的试用版,希望看看DeHL。
不过,肯定有一些东西我错过了,因为我无法找到如何包含任何单元,而不会在编译时出现“文件未找到”错误......
我所做的是在项目“包含文件搜索路径”中包含 pas 文件的路径。我也尝试使用包构建,但找不到 DeHL 包。 我还尝试包含所有 DeHL dcu 文件所在的 bin 路径,但没有结果。
有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您没有将源文件路径包含到库路径列表中。
为此,
。
Maybe you have not included source file paths to the library path list.
To do so:
also