On 28/02/2008, Carl Trieloff <[EMAIL PROTECTED]> wrote: > In terms of C/C++ client for windows. The project started by using APR > for portable IO but quickly run into limitations, > so it now & on the 0-10 work has a posix + epoll implementation. I know > Andrew is working on a DMA > implementation also. For windows the 2-3 files in the IO abstraction > need to be ported for Windows sockets. Any > interest in doing so, can give pointers....
I'm not convinced it would be quite that simple Carl. In the earlier days of the C++ codebase I tried to get it to build on Windows with Visual Studio 2005 and I had to make quite a few changes for differences in headers, compiler strictness etc. Nothing terribly complex but enough that it would require effort. Does the C++ codebase build on solaris with Sun CC? RG
