简体   繁体   中英

error LNK1104: cannot open file 'liburdl.lib'

I'm making a function to download a file from internet, already installed Boost 1:55, added the urdl libraries already added the directories in VSC + + 2013 everything went right.

But now I came across this error saying it is missing this liburdl.lib already searched on google and found somewhere to download and the folder has no urdl. Lib

Error   9   error LNK1104: cannot open file 'liburdl.lib'   

查看urdl文档,您需要先构建它,请参阅构建和使用Urdl。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM