aleroot
2011-Feb-02 10:10 UTC
[Wine] Launch a native application from wine app (system call)
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 ? How can i do it ? Thanks
vitamin
2011-Feb-02 14:57 UTC
[Wine] Re: Launch a native application from wine app (system call)
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.