(Msg. 1) Posted: Fri Jun 27, 2008 3:00 am
Post subject: Cannot compile a project without checkout the project Add to elertz Archived from groups: microsoft>public>visual>sourcesafe (more info?)
I got a project cannot compile on my PC if I have not checkout the project
file.
Any idea?
The error was it cannot find the .drc file.
Note: I am developing Delphi applications.
(Msg. 2) Posted: Sun Jun 29, 2008 9:30 am
Post subject: Re: Cannot compile a project without checkout the project Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Jun 26, 7:53 pm, "Man T" <alanpltse_NOS....TakeThisOut@yahoo.com.au> wrote:
> I got a project cannot compile on my PC if I have not checkout the project
> file.
> Any idea?
> The error was it cannot find the .drc file.
> Note: I am developing Delphi applications.
I have never used Delphi, but if .drc is a generated intermediate file
in the resource compilation chain, then it might be that .drc file has
been added to the repository, which would not be good, at it is
generated by compiler. The error cannot-find error could actually be
a cannot-write error (failed CreateFile(for writing) call) because
the .drc is marked read-only at the operating system level.
ATTRIB foo.drc
from command prompt in the directory containing ,drc file will let you
see if it is read-only.
Note: I only guessing because as you noted, not a lot of activity in
this group at moment.
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum