Linking error LNK2019 in MSVC, unresolved symbols with __imp__ prefix, but should be from static lib

前端 未结 4 1473
南笙
南笙 2020-12-01 11:53

I\'m running into linking problems in MSVC for a project that I wrote for g++. Here\'s the problem:

I build libssh as a static library as part of my application, add

4条回答
  •  萌比男神i
    2020-12-01 12:37

    Don't know if it is your case, but the imp prefix may mean that you are compiling a x64 library in a Win32 project.

提交回复
热议问题