Re: problems applying property pages in VC2005
- From: "Andrew McDonald" <myrmecophagavir@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 7 Mar 2006 00:21:17 -0000
"Mark" <mswinson@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote...
I'm having some problems applying the property pages in VC2005. I find
when I assign a particular user defined property page to a project the
project does'nt generate any object files. If I take it off it works ok.
This is what my build log for the project says...
Creating temporary file
"w:\projects\local\compression\projects\vc8\compression\corrupt\Debug\RSP0000462024184.rsp"
with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /P
/Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\corrupt.pdb" /doc"Debug\\" /W3
/c /Wp64 /ZI /TP ..\..\..\..\src\tools\corrupt\main.c
]
[Snip]
Compiling...
main.c
Linking...
LINK : fatal error LNK1104: cannot open file '.\debug\main.obj'
[Snip]
what seems to be happening is that something is stopping the object file
being written ( as well as the pdb ) fileI've checked all the obvious
things like disk space,directory permissions and so on.
Check the docs for /P - you just get the preprocessed .i file, not the .obj.
I posted a suggestion at http://lab.msdn.microsoft.com/productfeedback/ that
the output should mention this rather than blindly trying and failing to
link, but I can't get through to the site at the moment so you'll have to
find it later :-)
--
Andrew
.
- References:
- problems applying property pages in VC2005
- From: Mark
- problems applying property pages in VC2005
- Prev by Date: Re: Problem creating new class with files in specific locations
- Next by Date: Compiler randomly cant access vc70.pdb or vc70.idb
- Previous by thread: problems applying property pages in VC2005
- Next by thread: Re: Problem creating new class with files in specific locations
- Index(es):
Relevant Pages
|
Loading