Problem linking program (LNK2019 Error)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • titanelamo
    New Member
    • Mar 2008
    • 1

    Problem linking program (LNK2019 Error)

    I am using VisualStudio.ne t edition for my compiler, and the application is to PocketPC. When I link recive this error.

    LNK2019: unresolved external symbol WL_HMAC_SHA1 referenced in function F c:\Projects\red im\wzcsapi.lib
    fatal error LNK1120: 1 unresolved external Windows Mobile 6 Professional SDK
    This error in theory is because:

    - Calling a function that has not been implemented
    - Referencing a variable that has not been declared
    - Putting code in new source files but forgetting to add those source files to the build so they don't get compiled and linked
    - Calling a function from a third party library but not including the library in the link

    But what library do i need to add?
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Maybe you could wait for your other post at this other foum.

    http://www.daniweb.com/forums/post559890.html.

    Comment

    Working...