The cpp-netlib tag has no wiki summary.
2
votes
1answer
36 views
How to disable Boost Concept Check
For compiling the C++ Net Lib project under Windows with Visual Studio 2008, I need to disable the Concept Check (see this thread : ...
0
votes
0answers
61 views
cpp-netlib http response throws thread exception
I am using visual studio and cpp-netlib for my project and I have a function like:
namespace http = boost::network::http;
http::client::response make_get_request(const string& uri) {
...
-1
votes
1answer
107 views
Unable to send post request via cpp-netlib
I am using cpp-netlib-0.9.4 with Visual Studio 2010. I have a function make_header which is like this:
http::client::request* Interface::make_request_header(const string& uri) {
string url = ...
0
votes
0answers
152 views
Async client in C++ using cpp-netlib
Any hints how to implement a simple asynchronous client using cpp-netlib? I assume, it won't be as long as boost asio async client. Code sample will be helpful. My pathetic attempt is below.
#include ...
1
vote
1answer
132 views
Example on how to do asynchronous http get request using cpp-netlib
I'm trying to do asynchronous http requests using cpp-netlib. I couldn't find any examples of this in the documentation, as a result can't even get it to compile. My current attempt is below (with ...
1
vote
0answers
171 views
Alternatives to cpp-netlib to do asynchronous http requests in C++ [closed]
I spent half of the day today unsuccessfully trying to install cpp-netlib on Mac OS X (the goal is to implement asynchronous http requests in C++). When I do 'make' to build and run the tests, I have ...
3
votes
1answer
327 views
Using cpp-netlib in a C++ project under Windows
I want to use the cpp-netlib library in a C++ project of mine running on Windows.
I've strictly followed the instructions under http://cpp-netlib.github.com/getting_started.html up to the "Getting ...
3
votes
1answer
693 views
Building Boost on Solaris
Will Boost build in entirety on Solaris?
I'd like to know if anyone has success with this (specifically Proto/Spirit) before I go and pay for a support contract to patch Sun Studio 12.2 to the ...
1
vote
2answers
362 views
Binaries for cpp-netlib
I would like to know if it is possible to get the binaries for the static library for windows (x86 and x64) now present in cpp-netlib for the version 0.9.1?
Frankly it is a pain to compile this on ...
1
vote
1answer
624 views
Unresolved external symbol error when compiling cpp-netlib v0.9
I am trying to build the cpp-netlib library from Visual Studio 2010 but get the following linker error:
error LNK2019: unresolved external symbol "bool __cdecl
...