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. VC6: How to disable incremental complilation

VC6: How to disable incremental complilation

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialquestion
6 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.
  • H Offline
    H Offline
    Henrik Husted
    wrote on last edited by
    #1

    I'm trying to turn off incremental compilation in VisualC++ 6.0. At the moment I'm using the following options but the compiler seems to be ignoring me and keeps creating the "vc60.idb" file. cl.exe /nologo /c /W3 /Gi- /Zp1 /Od /GZ /FD Any idea? --- There are 10 types of people in the world, those who understand binary and those who don't.

    Mircea PuiuM 1 Reply Last reply
    0
    • H Henrik Husted

      I'm trying to turn off incremental compilation in VisualC++ 6.0. At the moment I'm using the following options but the compiler seems to be ignoring me and keeps creating the "vc60.idb" file. cl.exe /nologo /c /W3 /Gi- /Zp1 /Od /GZ /FD Any idea? --- There are 10 types of people in the world, those who understand binary and those who don't.

      Mircea PuiuM Offline
      Mircea PuiuM Offline
      Mircea Puiu
      wrote on last edited by
      #2

      Go to [Project Settings], tab [C/C++], select the cpp file(s) you are interested in, select "Precompiled Headers" in the "Category" combobox and then click on the "Not using precompiled headers" radio button. SkyWalker

      H 1 Reply Last reply
      0
      • Mircea PuiuM Mircea Puiu

        Go to [Project Settings], tab [C/C++], select the cpp file(s) you are interested in, select "Precompiled Headers" in the "Category" combobox and then click on the "Not using precompiled headers" radio button. SkyWalker

        H Offline
        H Offline
        Henrik Husted
        wrote on last edited by
        #3

        I don't think we're talking about the same here :) I'm not using precompiled headers at all, I want to turn off the incremental complilation feature. According to the documentation /Gi- should turn it off but "vc60.idb" is still created. And yes, I've checked all files and checked that the flag is set on all files (using gnumake, it's easy to check). --- There are 10 types of people in the world, those who understand binary and those who don't.

        Mircea PuiuM 1 Reply Last reply
        0
        • H Henrik Husted

          I don't think we're talking about the same here :) I'm not using precompiled headers at all, I want to turn off the incremental complilation feature. According to the documentation /Gi- should turn it off but "vc60.idb" is still created. And yes, I've checked all files and checked that the flag is set on all files (using gnumake, it's easy to check). --- There are 10 types of people in the world, those who understand binary and those who don't.

          Mircea PuiuM Offline
          Mircea PuiuM Offline
          Mircea Puiu
          wrote on last edited by
          #4

          Then we are talking about this one: :-) Project Settings -> C/C++ Category: Customize The option "Enable incremental compilation" should be unchecked SkyWalker -- modified at 10:52 Monday 14th November, 2005

          H 1 Reply Last reply
          0
          • Mircea PuiuM Mircea Puiu

            Then we are talking about this one: :-) Project Settings -> C/C++ Category: Customize The option "Enable incremental compilation" should be unchecked SkyWalker -- modified at 10:52 Monday 14th November, 2005

            H Offline
            H Offline
            Henrik Husted
            wrote on last edited by
            #5

            Yes, that's the /Gi- option but it's not working, the *.idb file is still created. --- There are 10 types of people in the world, those who understand binary and those who don't.

            T 1 Reply Last reply
            0
            • H Henrik Husted

              Yes, that's the /Gi- option but it's not working, the *.idb file is still created. --- There are 10 types of people in the world, those who understand binary and those who don't.

              T Offline
              T Offline
              Tim Smith
              wrote on last edited by
              #6

              There is also a step in the link phase that has to be turned off. I think it is part of the debug options. Tim Smith I'm going to patent thought. I have yet to see any prior art.

              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