Date: Thu, 17 Dec 1998 17:28:09 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Shawn Hargreaves cc: djgpp AT delorie DOT com Subject: RE: how to switch tasks? In-Reply-To: <8D53104ECD0CD211AF4000A0C9D60AE335BE25@probe-2.Acclaim-Euro.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 17 Dec 1998, Shawn Hargreaves wrote: > You could still > implement a signal-based version of fork() when spawning a djgpp > program from another djgpp application, since that can be done > without ever bothering to invoke DOS How? The only way I know is to use the debug interface (v2loadimage). Is that what you had in mind?