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

前端 未结 4 1479
南笙
南笙 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条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-01 12:41

    Somewhat late to the party, but I got the same error when mixing libraries with static and dynamic linkage to the CRT

提交回复
热议问题