0

Possible Duplicate:
Delphi XE - F1027 Unit not found: 'System.pas' or binary equivalents (.dcu) upon Activation of trial version

I had to format myu win7 machine so i reinstalled Delphi XE2 from scratch (Embarcadero® RAD Studio XE2 Version 16.0.4429.46931 ). After installing it I installed all my third party components (some of them were not for Update 4, like SDAC from Devart, I had v 6.1).

Now if I do a new VCL Forms application and build it (so no logic, just an empty form) I have:

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

My first thought is uninstall all and reinstall, but do you have a clue?

Where should I start from?

Thanks.

Community
  • 1
  • 1
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249

1 Answers1

3

1) Tools / Options / Environment / Delphi / Library - check correct paths

2) sysinternals Process Monitor, filter file accesses, filter by path cotaining "system." - look in which folders dcc tries to get that file instead of correct path

Arioch 'The
  • 15,799
  • 35
  • 62
  • thanks, i checked and C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\lib\win64\release is in path (also 32) the problem persists – UnDiUdin Sep 28 '12 at 08:52
  • there are more than just one path. and you did not tell in which folders files are really searched for. – Arioch 'The Sep 28 '12 at 08:55