Date: Thu, 3 Nov 94 08:58:33 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: rz_k_017 AT sunsrv DOT rz DOT uni-kiel DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Multitasking with DJGPP? > Is there a way to run multiple tasks with the DOS Extender included > in the DJDEV package? A process can run multiple threads using a threading library (like aetsk), but there's no fork() or anything like that. > And, by the way: How do I get GDB to run with DJDEV? It always says > "Exception 33" or something like that. go32 -d gdb program [arguments...]