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

后端 未结 5 1741
无人及你
无人及你 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条回答
  •  伪装坚强ぢ
    2021-01-04 14:30

    Top Line of the library path:

    $(BDSLIB)\$(Platform)\release

    Some installers mistakenly parse this as two lines and split them out.

提交回复
热议问题