zoukankan      html  css  js  c++  java
  • Delphi7 无法启动 问题搞定

      文章指数:0  CSDN Blog推出文章指数概念,文章指数是对Blog文章综合评分后推算出的,综合评分项分别是该文章的点击量,回复次数,被网摘收录数量,文章长度和文章类型;满分100,每月更新一次。
    Delphi 7时出现这样的提示
    Borland    license    information    was   found,but    is    not    valid    for    Delphi   
       You    can    not    run    Delphi    without    this    information   
       Click    the    'Exit'    button    to    exit    Delphi


    原因:因为多个delphi同时更新"$:\documents    and    Settings\.borland"中的一个或多个文件造成文件破坏(也可能是其他原因导致文件破坏)
    解决办法:删除该目录下的文件

    另一种办法:
    1) Delete the file: C:\documents and settings\<username>\.borland\registry.slm
    2) Run c:\program files\borland\delphi7\bin\D7Reg.exe
    3) Click next...
    4) Open then Delphi7
  • 相关阅读:
    hdu 2196(树上点分治)
    hdu 4807(网络流 + 贪心)
    hdu4101
    hdu4216
    hdu 4219, 树形概率DP
    hdu 4127 A*搜索
    hdu 4126
    hdu 5296,15年多校1-7
    poj3436 ACM Computer Factory
    Fence
  • 原文地址:https://www.cnblogs.com/fuyingke/p/953537.html
Copyright © 2011-2022 走看看