kevavic wrote: > How difficult/easy is it to write programs that essentially sit over the Wine-Host boundary, without the need for virtual sockets etc? As simple as compiling your program with winegcc (make sure it compiles first under mingw). Of course you still have problem of mixing both worlds (POSIX and win32) like synchronization, memory management, etc.