aleroot wrote: > I've developed a Windows Application that can run on Linux under wine, this application can run other program by a system call, can i call a Linux native application from a system call inside the windows wine app ? You can, but you have to take care of proper synchronization between Wine and Linux.