Boost logo

Boost Users :

Subject: Re: [Boost-users] win32 api
From: Gianni Ambrosio (gianni.ambrosio_at_[hidden])
Date: 2011-02-01 05:12:57


Il 1/31/2011 8:30 PM, Igor R ha scritto:
>> Thanks, the macro you suggested removes the following dependencies:
>>
>> CreateIoCompletionPort
>> GetQueuedCompletionStatus
>> PostQueuedCompletionStatus
>>
>> I'm going to try other flags but do you know if there is a way to remove
>> also the following calls and use the C functions?
>>
>> WSARecv
>> WSARecvFrom
>> WSASend
>> WSASendTo
>> WSASocketA
>> WSAStringToAddressA
>
> I've looked into the code, and it seems that you cannot remove
> dependecy on these API, as long as defined(BOOST_WINDOWS) ||
> defined(__CYGWIN__)

Unfortunately I noticed that too.

Thanks again.


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