chriskohlhoff / urdl

Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to standard C++ iostreams and an asynchronous interface for use with Boost.Asio.

Home Page:http://think-async.com/Urdl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio can't find "liburdl-gd.lib"

vincentthe0ne opened this issue · comments

I use urdl and the latest boost library (1.61.0).
I builded both exactly as it is mentioned in their documentations.
Also I have put the directories for the include path and the libary path in the options.
When I try to debug my application it says that the above mentioned library could not opend (LNK1104 Code)

Also I noticed, that in the lib folder of my urdl folder are no librarys.

Does anyone know whats wrong with my urdl folder? I used bjam to build it and also the right BOOST_ROOT.

Btw: I'm programming and compiling with visual studio 15