|
Delphi7 无法启动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
|
|