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.
http://think-async.com/Urdl/
Other
110 stars 46 forks source link

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

Open vincentthe0ne opened 8 years ago

vincentthe0ne commented 8 years ago

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