
7 Nov
2009
7 Nov
'09
4:07 p.m.
It took a while to figure out the parameters, but boost::bind, boost::asio::placeholders::bytes_transferred, and boost::asio::placeholders::error were all null.
These parameters are not pointers, how can they be null? Try to step into async_receive_from(), theninto its implementation etc., and see what happens there.