problems applying property pages in VC2005



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


.



Relevant Pages

  • Re: linkage problems when building a VC7.1 project from the command line
    ... at least one problem seems to be that your link command does not take object files as inputs. ... If I look at a random link command on my system, it contains a list of object files to link together. ... Creating temporary file "c:\timer\Debug\RSP000007.rsp" with contents ... What are these .rsp (linker response) files and how may I re-create them on the command line? ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Question on using /tmp
    ... >temporary file and my code is going to read something out of it. ... Only when I call the command in the form ... But I have to use tmpnam since ... It depends on what kind of security you are trying to implement, ...
    (comp.os.linux.development.apps)
  • Re: unresolved external error
    ... Command Lines Creating temporary file ... Build Log Rebuild started: Project: SimAPI, Configuration: Release|Win32 ...
    (microsoft.public.vc.mfc)
  • Re: unresolved external error
    ... Command Lines Creating temporary file ... Build Log Rebuild started: Project: SimAPI, Configuration: Release|Win32 ...
    (microsoft.public.vc.mfc)
  • Re: Visual Studio 2003 MFC wizard code fails to run
    ... Did you look at your Resource View? ... The phrase "specified image file" implies to me that an image file is ... Creating temporary file "d:\Profiles\shbridges.REST\My Documents ...
    (microsoft.public.vc.mfc)