Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost [asio]
From: james (dirtydroog_at_[hidden])
Date: 2018-07-17 22:18:54


Try posting something more substantial on stackoverflow

On Tue, Jul 17, 2018 at 11:08 AM, randy via Boost-users <
boost-users_at_[hidden]> wrote:

> Hello , I’ve the following c++ call that gives me an “ Invalid Argument “
> error :
>
> int Asio_Send_Pck(int iSendt,int Lsocket,char * Lbuff,int Len)
>
> {
>
> session* iTempSession = reinterpret_cast<session*>(Lsocket);
>
> boost::asio::async_write(iTempSession->socket() ,
>
> boost::asio::buffer(Lbuff, Len),
>
> boost::bind(&session::handle_write,
>
> iTempSession,
>
> boost::asio::placeholders::error,
>
> iTempSession->data,
>
> iSendt
>
> ));
>
> return 0;
>
> };
>
>
>
> Please may i know where's this invalide argument ?
>
>
> Thank you
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> https://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