Re: problems applying property pages in VC2005



"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


.



Relevant Pages

  • Re: OT: Win 7 comments
    ... Finding items in and working with the registry is a lot more hazardous than ... this stuff is like my declaring that Macs are junk because you have to repair permissions all the time. ... That's odd, consider how some of you guys bring the same habits to Windows, and then decide the registry is crap because of it. ...
    (comp.sys.mac.advocacy)
  • Re: How do linkers work?
    ... implementation details. ... actually in each of the formats of object files around because they ... I think the most common situations are what goes on in the embedded world rather than on Windows, although your "most common situation" was demonstrated not to be true for MS Visual Studio with one of its options, so even there you are on dodgy ground. ...
    (comp.lang.c)
  • Re: Raid Level 1 and me
    ... [snip lots of useful info] ... > then I created mount points on / for each of the filesystems to mount ... If the permissions are different, ... [snip more useful information that seemed correct] ...
    (Debian-User)
  • Re: Wacom Tablet Tutorials
    ... [SNIP] ... a suggestion or two about newsgroups. ... >If you'd specified the personal experience part and stated that you'd ...
    (alt.graphics.photoshop)
  • Re: Public Folder Permission problem
    ... and how was he given permissions (and what ... messages in the folder. ... having Universal groups. ...
    (microsoft.public.exchange.admin)

Loading