[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] ARGV protocol



Christos Tziotzis wrote:
The way I understand it I have to implement the ARGV protocol.

If you use the MiNTLib, you don't have to worry about the ARGV protocol. The
MiNTLib use it internally, even on plain TOS.

Instead of using Pexec() to start the child programs, do:

#include <process.h>

Then use one of the spawn* functions.

Also I suspect that tar, gunzip etc will not be ARGV compliant as child
processes.

You are wrong: they are compliant, since they have been compiled with the
MiNTLib :-)

Enjoy.

--
Vincent Rivière