Boost logo

Boost Users :

Subject: Re: [Boost-users] win32 api
From: Igor R (boost.lists_at_[hidden])
Date: 2011-01-29 15:46:43


> I'm working on a piece of code that should run on a special real-time kernel
> that supports only a minimal set of win32 api. I would like to use boost
> sockets and threads but it seems there are some dependencies on win32 api
> not supported by that system (i.e. WSARecvFrom, WSASend, WSASocketA,
> WSAStringToAddressA). Is there a way to build boost libs with some options
> so that the C socket calls are used instead? I'm asking too much?

Try compiling with BOOST_ASIO_DISABLE_IOCP macro defined.
Does it help?


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