【问题标题】:Missing dcu while migrating delphi5 to delphi7将德尔福迁移到德尔福 7 时想念你
【发布时间】:2015-03-19 05:04:32
【问题描述】:

我正在将现有的 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

【问题讨论】:

  • 不要分心,不要闲聊(阅读help→tour):“谢谢”,你的名字和“善意的建议”绝不应该是一个好问题的一部分。

标签: delphi delphi-7


【解决方案1】:

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

【讨论】:

    【解决方案2】:

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

    【讨论】:

      猜你喜欢
      • 2014-07-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-09-11
      • 1970-01-01
      • 2013-05-24
      相关资源
      最近更新 更多