Tools for inspecting .lib files?

前端 未结 5 1425
梦毁少年i
梦毁少年i 2020-11-30 21:50

I\'m evaluating some underdocumented software. When I build a sample project, I\'m getting a linker error that looks like:

error LNK2019: unresolved external symbo         


        
5条回答
  •  悲哀的现实
    2020-11-30 22:24

    More than one thing can be your problem here. I'm not sure looking in the lib file will be the best way to solve it, IMHO... However, the DUMPBIN.exe is probably the tool you're looking for. Use it from the command line, but make sure your paths are set, or use the "Visual Studio Command Prompt" that VS installs for you in your VS start menu.

提交回复
热议问题