Boost logo

Boost Users :

Subject: Re: [Boost-users] PropertyTree-JSON parser incompatible with Boost.ASIO?
From: Jonas Stöhr (stoehr_jonas_at_[hidden])
Date: 2014-05-24 17:36:48


Hi Mirko,

thanks for you advice. It indeed fixed the problem. I read something
similar, but the people there were complaining about problems with the
Asio library and including Windows.h, not with property tree, that's why
I haven't tried.

Anyway, great thanks to you again.

Regards
Jonas

Am 24.05.2014 23:27, schrieb mik:
> 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]
> <mailto: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] <mailto:Boost-users_at_[hidden]>
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
>
>
>
> _______________________________________________
> 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