> 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
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
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