
25 Jun
2006
25 Jun
'06
6:22 p.m.
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