Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

error lnk:2019 ,how to find the .lib file

  • Thread starter Thread starter jixiaolong
  • Start date Start date
J

jixiaolong

Guest
unresolved external symbol 'symbol' referenced in function 'function'

An undefined external symbol (symbol) was found in function. To resolve this error, provide a definition for symbol or remove the code that references it


but how to find the .lib file which contains the fuction ''function''?
eg :
unresolved external symbol NetRemoteTOD referenced in function NetRemoteTOD_thunk
unresolved external symbol NetApiBufferFreereferenced in function NetApiBufferFree_thunk

the reference file is netapi32.lib


thx
 

Part and Inventory Search

Sponsor

Back
Top