eisencah eisenach wrote: > I would like to compile the hole thing for windows (change in the > osmocore lib the suport functions - use maybe pipes instead of > sockets). If you do it, may I suggest that you switch to using some IP based sockets for IPC. Then it'll work on Windows just fine with fairly little change. (send() instead of write() etc.) //Peter