Delphi XE - F1027 Unit not found: 'System.pas&

2019-02-16 13:12发布

I just purchased the full version of Delphi XE Architect after using the trial version for 30 days. I can't build anything, every time I go to build a project I get the error.

[DCC Fatal Error] MegaMainPrj.dpr(1): F1027 Unit not found: 'System.pas' or binary equivalents (.dcu)

A quick google said that the library paths were a problem and I compared what was given (in a previous stackoverflow question) with what I had in the registry, and it was identical.

What could be causing this?

EDIT: Immediatly after I get this error message the entire IDE crashes.

7条回答
狗以群分
2楼-- · 2019-02-16 13:36

add this : $(BDSLIB)\win32\release;

to your library path .

查看更多
登录 后发表回答