Frank Naumann wrote:
> Hello!
>
>> I have a small problem with Fopen() with Mint
>>
>> I try to do Fopen("U:\\PROC\theprog.id",2)
> I don't understand what do you mean. Btw. what do you want todo? > Verify software is still in live.
If you launched the program as a child process, you'll get a SIGCHLD when the program dies. That is much easier (and more efficient) than polling.