美文网首页js css html
delphi7无法打开的故障解决办法

delphi7无法打开的故障解决办法

作者: 大龙10 | 来源:发表于2022-06-25 05:22 被阅读0次

关于win7 下delphi7出现重新注册,无法打开的故障解决办法

1、现象

  在使用delphi编写程序,非法关闭电脑计算机后,重启电脑,开启delphi7时出现如下故障提示需要重新注册无法打开:如下图所示:


2、原因:

  因为多个delphi同时更新"$:\documents and Settings.borland"中的一个或多个文件造成文件破坏(也可能是其他原因导致文件破坏)

3、解决办法:

  • 删除该目录下的文件
  • 打开C盘下的用户目录找到当前用户下的,borland即C:\Users\Administrator.borland文件夹,删除registry.dat文件,重新打开delphi7程序即可解决。
    1. Delete the file: C:\documents and settings<username>.borland\registry.slm
  1. Run c:\program files\borland\delphi7\bin\D7Reg.exe

相关文章

网友评论

    本文标题:delphi7无法打开的故障解决办法

    本文链接:https://www.haomeiwen.com/subject/yjcbvrtx.html