Is there any chance someone can review and commit these patches for APR to have better support on WinCE? They're against trunk. It's basically the same set as before, but only of the bare libraries. No tests, makefiles, etc. Also, I didn't change the network_io to use WSA (like last time) because I haven't spent enough time to get it working. I needed the following "system" defines to compile: _WINDOWS, WIN32, UNDER_CE, WINCE, ARM, _ARM_, _WIN32_WCE=0x500, UNICODE, _UNICODE the following linker flags: /subsystem:windowsce,5.00 /machine:thumb /nodefaultlib:oldnames.lib and linked against the following system libraries: coredll.lib corelibc.lib I have the VS2005 project files and other makefiles that can be dropped in to get a clean compile. I can send those to anyone requesting them, since the mailing list rejects them. Ioan