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. Linking Error

Linking Error

Scheduled Pinned Locked Moved C / C++ / MFC
debugginghelp
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.
  • J Offline
    J Offline
    john5632
    wrote on last edited by
    #1

    Hi All, I am getting the error while building the project. What can be cause of this error...... names.obj : error LNK2001: unresolved external symbol _f002procedure_coverage_informat names.obj : error LNK2001: unresolved external symbol _f000close_coverage_data_output_ names.obj : error LNK2001: unresolved external symbol _f000open_coverage_data_output_s names.obj : error LNK2001: unresolved external symbol _f000finish_coverage_measurement names.obj : error LNK2001: unresolved external symbol _initialize_code_coverage_module run.obj : error LNK2001: unresolved external symbol _initialize_code_coverage_module Debug_Test/ext_tests.exe : fatal error LNK1120: 77 unresolved externals

    K 1 Reply Last reply
    0
    • J john5632

      Hi All, I am getting the error while building the project. What can be cause of this error...... names.obj : error LNK2001: unresolved external symbol _f002procedure_coverage_informat names.obj : error LNK2001: unresolved external symbol _f000close_coverage_data_output_ names.obj : error LNK2001: unresolved external symbol _f000open_coverage_data_output_s names.obj : error LNK2001: unresolved external symbol _f000finish_coverage_measurement names.obj : error LNK2001: unresolved external symbol _initialize_code_coverage_module run.obj : error LNK2001: unresolved external symbol _initialize_code_coverage_module Debug_Test/ext_tests.exe : fatal error LNK1120: 77 unresolved externals

      K Offline
      K Offline
      kikoso
      wrote on last edited by
      #2

      Check if you added to the Visual Environment, as a first step, the correct configuration for external libreries: * Open Visual * Choose menu "Tools" and select "Options" * In "Projects and Solutions" and go to "VC++ Directories" * Show directories for "Library Files" and "Include files" * Add your libraries and includes you need for your project. This is the most common error while linking ;)

      J 1 Reply Last reply
      0
      • K kikoso

        Check if you added to the Visual Environment, as a first step, the correct configuration for external libreries: * Open Visual * Choose menu "Tools" and select "Options" * In "Projects and Solutions" and go to "VC++ Directories" * Show directories for "Library Files" and "Include files" * Add your libraries and includes you need for your project. This is the most common error while linking ;)

        J Offline
        J Offline
        john5632
        wrote on last edited by
        #3

        This application is in vc6 and I have no much idea about vc6...Could you tell me how to do in vc6

        K 1 Reply Last reply
        0
        • J john5632

          This application is in vc6 and I have no much idea about vc6...Could you tell me how to do in vc6

          K Offline
          K Offline
          kikoso
          wrote on last edited by
          #4

          mmmm... I would say is basically the same :S

          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