Re: Starting a Linux application from a Windows application

2006-10-23 Thread Eric Pouech
Helmar Spangenberg wrote: Hello list, we have a Windows application "App1" which starts another application "App2" using CreateProcessA, then doing some different work, and finally waiting for "App2" to finish using WaitForSingleObject. It is important for "App1" to catch the exit code of "Ap

Starting a Linux application from a Windows application

2006-10-23 Thread Helmar Spangenberg
Hello list, we have a Windows application "App1" which starts another application "App2" using CreateProcessA, then doing some different work, and finally waiting for "App2" to finish using WaitForSingleObject. It is important for "App1" to catch the exit code of "App2" as well as "App2's" messa