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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Why am i getting this message?

Why am i getting this message?

Scheduled Pinned Locked Moved C / C++ / MFC
helpdebuggingquestion
8 Posts 3 Posters 1 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.
  • M Offline
    M Offline
    mpallavi
    wrote on last edited by
    #1

    Hi.. I am getting the following message everytime i built the exe file.. Sometimes it comes as an error.. After doing "Rebuild All" again it works fine.. What must be the problem? Linking... LINK : LNK6004: Debug/PhoneAdapter.exe not found or not built by the last incremental link; performing full link PhoneAdapter.exe - 0 error(s), 0 warning(s) -------------- regards pallavi

    R T 2 Replies Last reply
    0
    • M mpallavi

      Hi.. I am getting the following message everytime i built the exe file.. Sometimes it comes as an error.. After doing "Rebuild All" again it works fine.. What must be the problem? Linking... LINK : LNK6004: Debug/PhoneAdapter.exe not found or not built by the last incremental link; performing full link PhoneAdapter.exe - 0 error(s), 0 warning(s) -------------- regards pallavi

      R Offline
      R Offline
      RChin
      wrote on last edited by
      #2

      Its not an error, but information given to you by the linker to say that incremental linking was not possible. For example, I often the incremental linking option switched on in my project to reduce the time spent on compilation. If I deleted the exe, by moving it to another location, then the linker will have to create the file from scratch. Nothing to worry about, but you need to understand why it is happening.


      I Dream of Absolute Zero

      M 1 Reply Last reply
      0
      • M mpallavi

        Hi.. I am getting the following message everytime i built the exe file.. Sometimes it comes as an error.. After doing "Rebuild All" again it works fine.. What must be the problem? Linking... LINK : LNK6004: Debug/PhoneAdapter.exe not found or not built by the last incremental link; performing full link PhoneAdapter.exe - 0 error(s), 0 warning(s) -------------- regards pallavi

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #3

        Hi Pal, Just Clean you Solution/Project file by selecting BUILD|Clean Option. Then Recompile/Rebuild the Solution to get your phoneAdapter.exe

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta

        M 1 Reply Last reply
        0
        • R RChin

          Its not an error, but information given to you by the linker to say that incremental linking was not possible. For example, I often the incremental linking option switched on in my project to reduce the time spent on compilation. If I deleted the exe, by moving it to another location, then the linker will have to create the file from scratch. Nothing to worry about, but you need to understand why it is happening.


          I Dream of Absolute Zero

          M Offline
          M Offline
          mpallavi
          wrote on last edited by
          #4

          Thank you RChin.. Even i had the incremental linking option set.. and i didn't delete the exe also. regards pal

          R 1 Reply Last reply
          0
          • T ThatsAlok

            Hi Pal, Just Clean you Solution/Project file by selecting BUILD|Clean Option. Then Recompile/Rebuild the Solution to get your phoneAdapter.exe

            "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

            cheers, Alok Gupta

            M Offline
            M Offline
            mpallavi
            wrote on last edited by
            #5

            Hi Alok.. Ya.. I did that.. and its working fine now.. Thank you.. regards pal

            T 1 Reply Last reply
            0
            • M mpallavi

              Hi Alok.. Ya.. I did that.. and its working fine now.. Thank you.. regards pal

              T Offline
              T Offline
              ThatsAlok
              wrote on last edited by
              #6

              mpallavi wrote: Thank you.. As Usual, Mention Not :).

              "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

              cheers, Alok Gupta

              1 Reply Last reply
              0
              • M mpallavi

                Thank you RChin.. Even i had the incremental linking option set.. and i didn't delete the exe also. regards pal

                R Offline
                R Offline
                RChin
                wrote on last edited by
                #7

                I have found that sometimes it will do a full rebuild if your codebase has changed drastically, or there where modifications in the code that would prove difficult for the compiler to reliably perform an incremental link.


                I Dream of Absolute Zero

                M 1 Reply Last reply
                0
                • R RChin

                  I have found that sometimes it will do a full rebuild if your codebase has changed drastically, or there where modifications in the code that would prove difficult for the compiler to reliably perform an incremental link.


                  I Dream of Absolute Zero

                  M Offline
                  M Offline
                  mpallavi
                  wrote on last edited by
                  #8

                  Ok.. you are right.. I added some classes to my project.. Thank you pallavi

                  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