Re: .rsp files by Horand
Horand
Thu Jul 24 15:47:08 CDT 2008
On Jul 24, 4:28=A0pm, "Alex Blekhman" <tkfx.REM...@yahoo.com> wrote:
> <Horand.Gassm...@googlemail.com> wrote:
> > The problem is that the .rsp file is automatically deleted when
> > vcbuild exits, and I am trying to override that behaviour.
>
> Most likely is that .RSP files are created with
> FILE_FLAG_DELETE_ON_CLOSE flag, so the file is deleted
> automatically by the system once last handle to it is closed.
>
> > Oh, and to be clear about it: The linker error _only_ manifests
> > itself if I use vcbuild at the command line, with the /u option
> > (what does that do?).
>
> /u is the short form of /useenv option.
>
> > The build inside Visual Studio succeeds beautifully. I thought
> > the two were equivalent, but this appears to not be the case.
>
> VS IDE runs build commands all by itself. At least, I cannot see
> any evidence to the contrary. You can try to use DEVENV instead of
> VCBUILD. Also, there is MSBuild, though it seems that MSBuild uses
> VCBUILD internally.
Thanks a lot for engaging in this discussion with me. Unfortunately,
none of this helps. It has been mandated that I use the command
vcbuild /u solution.sln $ALL
I am more comfortable with the windows environment, so I work inside
of Visual Studio. Everything is fine, but when I switch to the command
line, the linker complains
=FF_/
LIB : fatal error LNK1181: cannot open input file "=FF_/"
I have been trying desperately for a whole week now to try to figure
out what is going on. I do not understand the error message, I do not
understand where the funny characters come from, and I cannot figure
out what vcbuild is trying to do and why it gives results that differ
from Visual Studio. This is driving me crazy.
I would really, really appreciate any help I can get.
TIA