Thread: Error message

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    1

    Unhappy Error message

    When i build my project to file .exe. Visual Studio announce :
    error LNK2001: unresolved external symbol _WDU_Uninit@4.
    I don't understand what does it mean.

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Evidently your project is doing something special, because WDU_Uninit() is part of the WinDriver USB library: http://www.jungo.com/support/documen...wdusb_man.html

    Is this just a simple project, or are you creating a driver of some kind? You'll have to provide some more information.

    It sounds like you might not be linking to the library properly. What are your project settings? What libraries are you linking to? In which order?

    At a guess: http://www.jungo.com/support/tech_docs/td35.html
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Or maybe it's just a matter of adding the appropriate library to the
    project->settings->linker->additional libraries
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed