|
Boost : |
From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2006-06-25 14:22:59
Hi Christopher,
The VC7.1 complains that win_iocp_operation cant be converted to
WSAOVERLAPPED when tried to pass it to WSASend.
I inserted this on win_iocp_socket_service.hpp:526
- &bytes_transferred, flags, ptr.get(), 0);
+&bytes_transferred, flags,
reinterpret_cast<LPWSAOVERLAPPED>(static_cast<LPOVERLAPPED>(ptr.get())),
0);
And it worked here.
-- Felipe Magno de Almeida
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk