Re: system.pas
Adam Starkey <[email protected]> Fri, 16 Aug 2002 14:40:09 -0500
| Newsgroups | gmane.comp.lang.delphi.kylix |
|---|---|
| Message-ID | <[email protected]> |
On Friday 16 August 2002 02:21 pm, Marcelo Manzato wrote: > hi, what means the following message, that occurs when > we compile a program: > "File Not Found: System.pas" > I don't know what i did, but this message is occurring > now with all my applications... System.pas is one of the principal include units, a significant amount of necessary functionality is contained in it. Check to see if system.pas is present on your machine, if it is missing you will need to reinstall, otherwise check that you haven't altered the paths your application looks in for included units (tools/environment options/libraries). -- adam