Delphi can't find System.dcu; what should the default path settings be?

后端 未结 5 1771
无人及你
无人及你 2021-01-04 13:55

Got this error whenever I try to compile something: \"F1027 Unit not found: \'System.pas\' or binary equivalents (.dcu)\".

Got it after installing a component, remov

5条回答
  •  梦毁少年i
    2021-01-04 14:55

    For XE4 use this restore.reg

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Embarcadero\BDS\11.0\Library\Win32]

    "Search Path"="$(BDS)\Imports;$(BDSCOMMONDIR)\Dcp;$(BDS)\include;C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\lib;C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\include;C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\Imports;$(BDSLIB)\$(Platform)\release;$(BDSUSERDIR)\Imports;$(BDS)\Imports;$(BDSCOMMONDIR)\Dcp\$(Platform);$(BDS)\include"

    You can change 11.0 to your version of Delphi

提交回复
热议问题