Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[Fatal Error] Project2.dpr(1) 1

Status
Not open for further replies.

Mezzzo

Technical User
May 30, 2003
56
US
Hi

When I start a new project and run the app I get
this error. I`m lost. No controls were added to
the project prior to running the app.



[Fatal Error] Project2.dpr(1): Unit not found: 'System.pas' or binary equivalents (DCU,DPU)

Thanks
 
Check the LIB sub-folder under Delphi. There should be a bunch of .dcu files there, including System.dcu. If there are not, you'll need to reinstall Delphi or get them from another user. If the files are there, check to see that this lib folder is included in the Library Search Path in Delphi - Library tab in Tools|Environment Options.

-D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top