Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. VC++ .NET ignores output/intermediary directory

VC++ .NET ignores output/intermediary directory

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++debuggingquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Robert Bielik
    wrote on last edited by
    #1

    Ok. I've tried putting in every valid path combination in the projects settings, but the .obj files ALWAYS ends up under $(ProjectDir)/Debug. No matter what I do. Any ideas? /Rob

    A 1 Reply Last reply
    0
    • R Robert Bielik

      Ok. I've tried putting in every valid path combination in the projects settings, but the .obj files ALWAYS ends up under $(ProjectDir)/Debug. No matter what I do. Any ideas? /Rob

      A Offline
      A Offline
      Andrew Walker
      wrote on last edited by
      #2

      I remember having problems with this a while ago. Check that the 'Object File Name' (C/C++ - Output Files) is set to the location that you expect, if visual studio can't work out what the location means it will output to the default location (with no warnings or errors). Specifically check that you have a trailing slash. $(IntDir)/


      If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts your aim; Yours is the Earth and everything that's in it. Rudyard Kipling

      R 2 Replies Last reply
      0
      • A Andrew Walker

        I remember having problems with this a while ago. Check that the 'Object File Name' (C/C++ - Output Files) is set to the location that you expect, if visual studio can't work out what the location means it will output to the default location (with no warnings or errors). Specifically check that you have a trailing slash. $(IntDir)/


        If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts your aim; Yours is the Earth and everything that's in it. Rudyard Kipling

        R Offline
        R Offline
        Robert Bielik
        wrote on last edited by
        #3

        Will check that. Because the odd thing is that the buildlog.html file does end up in the directories specified, but not any of the output files *.obj etc. etc. Thanks Andrew.

        1 Reply Last reply
        0
        • A Andrew Walker

          I remember having problems with this a while ago. Check that the 'Object File Name' (C/C++ - Output Files) is set to the location that you expect, if visual studio can't work out what the location means it will output to the default location (with no warnings or errors). Specifically check that you have a trailing slash. $(IntDir)/


          If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts your aim; Yours is the Earth and everything that's in it. Rudyard Kipling

          R Offline
          R Offline
          Robert Bielik
          wrote on last edited by
          #4

          Indeed Andrew, I think the problem arised from having VC++ 6 projects ported to VS .NET . The "output files" section as you pointed out, was ".\Debug/" . By clicking the combobox and selecting "", the correct path was setup, i.e. "$(IntDir)/" and everything worked A OK. Thanks again Andrew, /Rob

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups