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
Somewhat late to the party, but I got the same error when mixing libraries with static and dynamic linkage to the CRT