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
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.