Board index » delphi » File Not Found

File Not Found

I'm getting a strange error.  I fired up Delphi 1, and started a new
project.  I put a panel on it, and simply pressed the run button.  I'm
getting an error "File not found (FORMS.DCU)".  This is the code in my .DPR
file:

uses
Forms,
  Pcs in 'PCS.PAS' {MainForm};

This works fine in Delphi 3, I never had a problem like this.

Thanks,
Jesse

 

Re:File Not Found


Your "delphi\lib" directory somehow got removed from Delphi's library path.
To fix this, go to Options | Enviroment, select the Library tab, and add
back your lib directory (e.g. c:\delphi\lib) to the Library Path.

--
Jordan Russell
(Remove "xyz." from my address when replying to me by e-mail)

Quote
Jesse Castleberry wrote in message <6960c1$7b...@forums.borland.com>...
>I'm getting a strange error.  I fired up Delphi 1, and started a new
>project.  I put a panel on it, and simply pressed the run button.  I'm
>getting an error "File not found (FORMS.DCU)".  This is the code in my .DPR
>file:

>uses
>Forms,
>  Pcs in 'PCS.PAS' {MainForm};

>This works fine in Delphi 3, I never had a problem like this.

>Thanks,
>Jesse

Re:File Not Found


Jesse,

My first inclination would be to say that your Delphi library path is
either corrupted or too long.

Nick Hodges
TeamB

Other Threads