Re: boost asio library

2014-01-19 Thread Ed Beroset
Thomas Sailer wrote: On 01/19/2014 04:58 PM, Ed Beroset wrote: I've developed software that uses the boost asio (asynchronous serial I/O) library and would like to use mingw to create a Windows port of it. There doesn't currently seem to be support for it. Am I overlooking it? If it matters,

Re: boost asio library

2014-01-19 Thread Thomas Sailer
On 01/19/2014 04:58 PM, Ed Beroset wrote: I've developed software that uses the boost asio (asynchronous serial I/O) library and would like to use mingw to create a Windows port of it. There doesn't currently seem to be support for it. Am I overlooking it? If it matters, I'm using Fedora 20.

boost asio library

2014-01-19 Thread Ed Beroset
I've developed software that uses the boost asio (asynchronous serial I/O) library and would like to use mingw to create a Windows port of it. There doesn't currently seem to be support for it. Am I overlooking it? If it matters, I'm using Fedora 20. Ed