Re: How Do I launch a Native Linux application from Within Wine

2005-10-13 Thread Kuba Ober
> I have tried calling a native linux program with these (nautilus) and it > consistently fails. Do I need a fully specified path (nautilus is in the > search path mind you)? I'd say that you're free to use a linux syscall to do whatever you want, including forking the process and exec'ing the li

Re: How Do I launch a Native Linux application from Within Wine

2005-10-12 Thread Dan Kegel
On 10/12/05, Craig macLeod <[EMAIL PROTECTED]> wrote: > As the subject says, > I have a Windows application and I wish to run a native linux > application from withing it. The main Win32 API calls for running another > apllication are > > ShellExecute > WinExec > CreateProcess > > I have tried

How Do I launch a Native Linux application from Within Wine

2005-10-12 Thread Craig macLeod
As the subject says,     I have a Windows application and I wish to run a native linux application from withing it. The main Win32 API calls for running another apllication are   ShellExecute WinExec CreateProcess   I have tried calling a native linux program with these (nautilus) and it cons