Mail Archives: djgpp/1993/08/19/10:30:33
> 2. I have been unable to pass the environment setting on to a spawned
> process. I have used putenv and this works locally as a call to
> getenv will verify.
>
> 3. system is the only call which will start a new process. It would be
> nice if DJGPP had spawn* functions the same as thos of the emx
> port. Perhaps this would fix the environment problem.
This is a common complaint about go32. Indeed, you can't pass
environment variables. The situation may be solved in 1.11, as direct
access to the DOS calls will be available, but we don't know how
they'll interact with a live go32 still loaded (currently, system()
disables go32 for the duration).
DJ
- Raw text -