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. how to get rid of this linker erroe

how to get rid of this linker erroe

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
5 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.
  • G Offline
    G Offline
    GANsJob
    wrote on last edited by
    #1

    hi, when i build my proj i got the error playfile.obj : error LNK2001: unresolved external symbol _IID_IBasicVideo2 how to resolve this regards, gansjob

    C 1 Reply Last reply
    0
    • G GANsJob

      hi, when i build my proj i got the error playfile.obj : error LNK2001: unresolved external symbol _IID_IBasicVideo2 how to resolve this regards, gansjob

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      You hqve to link with the appropriate library in which this symbol is defined. Go in the project settings, linker tab, input category and add the library name in the 'Additional Dependencies' option.


      Cédric Moonen Software developer
      Charting control

      G 1 Reply Last reply
      0
      • C Cedric Moonen

        You hqve to link with the appropriate library in which this symbol is defined. Go in the project settings, linker tab, input category and add the library name in the 'Additional Dependencies' option.


        Cédric Moonen Software developer
        Charting control

        G Offline
        G Offline
        GANsJob
        wrote on last edited by
        #3

        but i don't know which lib to link

        C J 2 Replies Last reply
        0
        • G GANsJob

          but i don't know which lib to link

          C Offline
          C Offline
          Cedric Moonen
          wrote on last edited by
          #4

          From where are you using this thing ? If it in the MSDN then there is a descrption of which library is required to be linked to.


          Cédric Moonen Software developer
          Charting control

          1 Reply Last reply
          0
          • G GANsJob

            but i don't know which lib to link

            J Offline
            J Offline
            Justin Tay
            wrote on last edited by
            #5

            Link to strmiids.lib

            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