$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost ASIO - Client Request TCP Help..!!
From: Rahul Mathur (srivmuk_at_[hidden])
Date: 2013-10-11 14:03:38
YES, I tried with ":tcp::socket::send(boost::asio::buffer((void *)pf,
sizeof(pf)))" but it didn't worked.
On Fri, Oct 11, 2013 at 11:10 PM, Cliff Green <cliffg_at_[hidden]>wrote:
> As the compiler is telling you, you can't create a buffer object with just
> a PacketFormat pointer, you need a pointer and size.
>
> Cliff
>
>
> ______________________________**_________________
> Unsubscribe & other changes: http://listarchives.boost.org/**
> mailman/listinfo.cgi/boost<http://listarchives.boost.org/mailman/listinfo.cgi/boost>
>