转自:http://hi.baidu.com/bosket/blog/item/0ffe4034f4a25946241f14f6.html
有时候安装一些组件以后会出现:
[Fatal Error] Project1.dpr(1): Unit not found: 'System.pas' or binary equivalents (DCU,DPU)
的错误,不知道什么原因,刚开始只有重装Delphi才解决问题,后来察看Borland官方网站得知,其实只是环境库路径丢失造成的,解决方法很简单,如果你D7安装默认的路径,则只需要打开Delphi菜单,选择Tools->Environment Options然后选择Library标签,在Library Path添加如下内容就行了:
-------------------------------------------------------------------
c:\Program Files\Borland\Delphi7\Lib;c:\Program Files\Borland\Delphi7\Bin;c:\Program Files\Borland\Delphi7\Imports;c:\Program Files\Borland\Delphi7\Projects\Bpl;c:\Program Files\Borland\Delphi7\Rave5\Lib
-------------------------------------------------------------------
如果不是默认路径,则添加你自己的那些路径就行了。
经本人验证,以上方法可行。
分享到:
相关推荐
ICS - Internet Component Suite - V8 - Delphi 7 to RAD Studio 10 Seattle ======================================================================= (Aka FPIETTE's Components) Revised: March 3, 2016 ...
After installing the update, backup and delete the following files from the Delphi 7 installation folder: LibDebugSqlConst.dcu LibSqlConst.dcu SourceVclSqlConst.pas and then remove the appropriate ...
Earlier versions of Delphi and C++ Builder will not be supported. If you need Delphi 3 or C++ Builder 3 support you will have to revert to version 3.7 of the Drag and Drop Component Suite. The ...
- ADD: Delphi/CBuilder XE7 now supported. - ADD: Delphi/CBuilder XE6 now supported. - ADD: Delphi/CBuilder XE5 now supported. - ADD: Delphi/CBuilder XE4 now supported. - ADD: Delphi/CBuilder XE3 now ...
found as "View | Project Resources" in the Delphi 3 and C++Builder 3 IDE menu and as "Project | Resources" in the Delphi 4 or higher IDE menu. 3. Units that provide functions and objects to work with...
第一个错误操作是在将UserControl.pas这个单元加入Package1中,便立即开始编译,这时会提示“File not Found : ‘System.Drawing.dcuii”,这是因为Delphi .NET缺省时不会添加对System.Windows.Forms/System.Data的...
found as "View | Project Resources" in the Delphi 3 and C++Builder 3 IDE menu and as "Project | Resources" in the Delphi 4 or higher IDE menu. 3. Units that provide functions and objects to work with...
The Library contains components and classes for Borland Delphi versions 7, 9, Developer Studio 2006, Delphi 2007, Embarcadero RAD Studio 2009-XE8, Lazarus. TABLE OF CONTENTS ----------------- ...
versions 7, 8 & 9 , Borland Developer Studio 2006, CodeGear Delphi 2007, RAD Studio 2009, Embarcadero RAD Studio 2010, RAD Studio XE-XE6. TABLE OF CONTENTS ----------------- Overview Installation ...
The Library contains components and classes for Borland Delphi versions 7, 9, Developer Studio 2006, Delphi 2007, Embarcadero RAD Studio 2009-XE10.2, Lazarus. TABLE OF CONTENTS ----------------- ...