Board index » delphi » can't create OutPut file Unit1.DCU

Can Not create OutPut file Unit1.DCU


2004-02-16 12:32:11 AM
delphi112
All the PCs into my school has this problem trying COmpile and execute a
default Project.
All the PC has XP and Delphi 7 (education version).
Regards.
Fer
Note: We´v more than one users.
 
 

Re:Can Not create OutPut file Unit1.DCU

At 17:32:11, 15.02.2004, Fernando Buitrago writes:
Quote
All the PCs into my school has this problem trying COmpile and execute a
default Project.

All the PC has XP and Delphi 7 (education version).
I guess you have network sharing problems.
I think everyone should make a local copy of the source (i.e. in a local
directory), and then compile.
--
Rudy Velthuis (TeamB)
"I think there is a world market for maybe five computers."
-- Thomas Watson (1874-1956), Chairman of IBM, 1943
 

Re:Can Not create OutPut file Unit1.DCU

Hi,
Check your Output dir in project|options, Directory Tab and make sure that
dir you specified does exist.
"Fernando Buitrago" <XXXX@XXXXX.COM>writes
Quote
All the PCs into my school has this problem trying COmpile and execute a
default Project.

All the PC has XP and Delphi 7 (education version).

Regards.

Fer

Note: We´v more than one users.


 

Re:Can Not create OutPut file Unit1.DCU

"Joseph James" <XXXX@XXXXX.COM>wrote
Quote
Check your Output dir in project|options, Directory Tab
and make sure that dir you specified does exist.
And that a read only file by same name does not exist;
and that you have file create privileges in that folder.
Rgds, JohnH