
16 Sep
2006
16 Sep
'06
10:41 p.m.
Hi Christian,
Christian Henning
Hi there I'm experiencing a strange compilation error that I cannot resolve myself.
boost::asio::write( socket, buffers );
It's not clear where your code expects the variable 'socket' to come from. The compiler thinks it refers to the function socket(), which is why the error includes this:
Sync_Write_Stream=SOCKET (int,int,int),
Cheers, Chris