Mike – I got the same linker errors when trying to link against the static lib (curllib_static.lib). Switch to the dll (curllib.lib) and it should be ok. Although of course you will need to have curllib.dll on your path (along with any other dependencies like ssleay32.dll etc which you can get from the libcurl root folder).
프로그래밍/Windows API
curl 컴파일 link 실패
Mike – I got the same linker errors when trying to link against the static lib (curllib_static.lib). Switch to the dll (curllib.lib) and it should be ok. Although of course you will need to have curllib.dll on your path (along with any other dependencies like ssleay32.dll etc which you can get from the libcurl root folder).
댓글