problems applying property pages in VC2005
- From: "Mark" <mswinson@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 6 Mar 2006 16:43:51 -0000
Hi,
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
]
Creating command line "cl.exe
@w:\projects\local\compression\projects\vc8\compression\corrupt\Debug\RSP0000462024184.rsp
/nologo /errorReport:prompt"
Creating temporary file
"w:\projects\local\compression\projects\vc8\compression\corrupt\Debug\RSP0000472024184.rsp"
with contents
[
/OUT:"Debug\corrupt.exe" /INCREMENTAL /MANIFEST
/MANIFESTFILE:"Debug\corrupt.exe.intermediate.manifest" /DEBUG
/PDB:"Debug\corrupt.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
".\debug\main.obj"
".\Debug\corrupt.exe.embed.manifest.res"
]
Creating command line "link.exe
@w:\projects\local\compression\projects\vc8\compression\corrupt\Debug\RSP0000472024184.rsp
/NOLOGO /ERRORREPORT:PROMPT"
Compiling...
main.c
Linking...
LINK : fatal error LNK1104: cannot open file '.\debug\main.obj'
Build log was saved at
"file://w:\projects\local\compression\projects\vc8\compression\corrupt\Debug\BuildLog.htm"
corrupt - 1 error(s), 0 warning(s)
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.Mark
.
- Follow-Ups:
- Re: problems applying property pages in VC2005
- From: Andrew McDonald
- Re: problems applying property pages in VC2005
- Prev by Date: C++ launches exe when compiling, how can I stop this?
- Next by Date: Re: Problem creating new class with files in specific locations
- Previous by thread: C++ launches exe when compiling, how can I stop this?
- Next by thread: Re: problems applying property pages in VC2005
- Index(es):
Relevant Pages
|