将 delphi5 迁移到 delphi7 时缺少 dcu

Missing dcu while migrating delphi5 to delphi7

我正在将现有的 delphi5 应用程序迁移到 delphi7。编译时出现以下错误。

BRLookup not found
TMultLang not found
TBRListView not found
TDBBRCompanyName not found
TBRQuery not found
TBRCompanyLogo not found
TBRDateEdit not found
TBRCompanyLogo not found
TBRDescription not found

旧程序使用第 3 方 components/libraries(而且他们似乎并不知名)。
您要么必须找到这些库的来源,要么使用标准组件重写所有程序。

我会检查 D5 项目的搜索路径 - 您可以在 D5 IDE 中打开项目选项或在中打开 .dof文本编辑器并查找一行 SearchPath=... 您可能会找到缺少的单元所在的目录。如果幸运的话,您拥有资源或至少有 D7 DCU。如果您只有 D5 DCU,请参阅