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
  • 相关阅读:
    miragejs 学习
    json-server学习
    react-redux
    webpack4知识汇总2
    webpack4知识汇总1
    vue跳转当前页面
    redux初识
    react知识补漏2
    vue ssr
    状态码
  • 原文地址:https://www.cnblogs.com/fuyingke/p/953537.html
Copyright © 2011-2022 走看看