Delphi 5构建错误: Required package not found error

标签 delphi compiler-errors delphi-5

我正在使用 dcc32 编译器从命令行编译我的项目。我遇到此错误“找不到所需的包 X” 但我确实在 Windows 路径变量中定义了 X.* 中所有文件的路径。 我被这个错误困住了。 任何见解都非常感激! 谢谢

最佳答案

为了编译,需要编译包 - .dcp - 。如果此文件位于 Windows 搜索路径中,则没有帮助,编译器必须能够在其库路径或项目的搜索路径中找到它。

关于Delphi 5构建错误: Required package not found error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5983523/

相关文章:

delphi - 如何让管理员设置用户无法更改的程序选项?

java - 语法错误,while/do 表达式,

swift - 显示 = brain.evaluateWithErrorReport(添加了使用 : dictionaryForVaribles) gives an error unless an as!。为什么?

c++ - 错误: ‘n’ was not declared in this scope

delphi - 在 Delphi 5 中将 TDateTimePicker.Font.Style 设置为斜体时出错

delphi - 带有 alpha 混合图标的图像列表失去透明度

delphi - 学习支持 Delphi 的最快方法是什么?

delphi - TDataSource 后代作为子组件的无效属性路径错误

string - 为什么将字符串保存到文件的方式会影响结果

image - Delphi XE7 - 使PNG图像在表单内透明