Boost logo

Boost Users :

Subject: Re: [Boost-users] PropertyTree-JSON parser incompatible with Boost.ASIO?
From: mik (mirko.cambi_at_[hidden])
Date: 2014-05-24 17:27:58


Hi Jonas,

try to define this macro: WIN32_LEAN_AND_MEAN, and let me know.

Best,
   Mirko

On Sat, May 24, 2014 at 4:48 PM, Jonas Stöhr <stoehr_jonas_at_[hidden]> wrote:

> Hello folks,
>
> as this is my first post on this list, I am apologizing for mistakes I
> maybe made in advance.
>
> Anyway, to my question: For my current project I need both,
> Boost.PropertyTree (and it's JSON parser), as well as Boost.ASIO. When
> including both headers, it gives me an error at
> boost/asio/detail/socket_types.hpp(24), saying that WinSock.h has
> already been included. However, if I comment out the include for
> json_parser.hpp, it does not give any compiler errors (except the
> non-exisiting function read_json).
>
> I am working under Visual Studio 2013 Professional on Windows Server
> 2012 R2, boost 1.55.
>
> Minimal code to reproduce the issue:
>
> #include <boost/property_tree/json_parser.hpp>
> #include <boost/asio.hpp>
>
> I hope that someboy can help.
>
> Best regards,
> Jonas Stoehr
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net