This just happened suddenly?
[Fatal Error] Project1.dpr(1): File not found: 'System.pas'
It is located here:
drive\...\...\Source\Rtl\Sys
I have updated my SP2 & Runtime2
Just to see if it would correct the problem, but nothing?
Any idea's on why this has happened?
Should I try to do a Repair on Delphi?
Thanks
Wayne
> [Fatal Error] Project1.dpr(1): File not found: 'System.pas'
I'd verify that the Delphi\lib directory is still in your library path.
-Mike
> This just happened suddenly?
> [Fatal Error] Project1.dpr(1): File not found: 'System.pas'
I had this happen in D7 recently. The only thing that fixed it was a
reinstall :^(
Jim
Mike = Yes Delphi\lib
Is still in the Library path.
Wayne
> Mike = Yes Delphi\lib
> Is still in the Library path.
Is System.dcu still in that directory?
-Mike
Wayne
ohhhhh... Bad spelling.........
Scenario
Have to correct myself here :-)
Wayne
You will also want to move your [ .res ] files from the Component Package
Into this folder as well. Just had to do this, and everything compiles and
runs like a charm :-)
Wayne
Just a thought.
Id imagine its tied to a character limit perhaps? I have read of long
paths causing issues.