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. VS2005 Build order problem

VS2005 Build order problem

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studiohelpdiscussion
3 Posts 3 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.
  • N Offline
    N Offline
    narasingubhanu
    wrote on last edited by
    #1

    HI, I have Visual studio 2005 on WIn7 system. Project dependencies and Buildorder everything is in place and correct. But it is not Building according to build order correctly when doing clean and Rebuild. I checked with other win7 sytem it is doing properly there. Any thoughts.

    F A 2 Replies Last reply
    0
    • N narasingubhanu

      HI, I have Visual studio 2005 on WIn7 system. Project dependencies and Buildorder everything is in place and correct. But it is not Building according to build order correctly when doing clean and Rebuild. I checked with other win7 sytem it is doing properly there. Any thoughts.

      F Offline
      F Offline
      Freak30
      wrote on last edited by
      #2

      It could be because parallel compilation is used on a multi core machine. If two projects are not strictly dependent, they can be built in parallel. If you wanted to enforce the build order (including single thread compilation), you could set the dependencies in a single row even though theprojects don't really depend on each other. But why would you want to do this?

      The good thing about pessimism is, that you are always either right or pleasently surprised.

      1 Reply Last reply
      0
      • N narasingubhanu

        HI, I have Visual studio 2005 on WIn7 system. Project dependencies and Buildorder everything is in place and correct. But it is not Building according to build order correctly when doing clean and Rebuild. I checked with other win7 sytem it is doing properly there. Any thoughts.

        A Offline
        A Offline
        Albert Holguin
        wrote on last edited by
        #3

        If build order is important, then specify project dependencies. That should make the build order exactly the same every time. If memory serves right, in a multi-project solution, you can right click on a project and set dependencies within the menus there. When you make one project dependent on the others, Studio will build the dependencies first.

        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