|

|
|
Cry about...
Delphi Troubleshooting
Unable to locate file "XXXX"
Symptom:
Within the Delphi development environment, right clicking a function
and selecting 'Find Declaration' causes the following error message to appear:
Unable to locate file "XXXX"
where "XXXX" is typically one of "windows.pas", "system.pas",
"sysutils.pas", e.g.
Unable to locate file "Windows.pas"
or
Unable to locate file "sysutils.pas"
Cause:
The editor is trying to locate the definition of the function requested,
however the source file containing the definition is either missing or the
editor is looking for it in the wrong place.
Possible Remedies:
These notes are believed to be correct for Delphi 6, but
may apply to other versions as well.
|
|