From: "Jerry van Dijk" Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there a threads lib for djgpp? POSIX or otherwise. Date: 18 Jan 1997 11:47:34 GMT Organization: *JerryWare HQ*, Haarlem, Holland Lines: 13 Message-ID: <01bc0535$5c2eae60$5f2d5c8b@jerryware> References: <01bc0304$17b32460$8ce29ca1 AT optika2 DOT scana DOT com> <32E0306F DOT 22B3 AT cam DOT org> NNTP-Posting-Host: slip139-92-45-95.am.nl.ibm.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Tudor wrote in article <32E0306F DOT 22B3 AT cam DOT org>... > > Is there a threads lib for djgpp? POSIX or otherwise. > When you say threads you mean windows threads,no?Coz AFAIK you can't > have threads in dos.But,for windows, RSXNTDJ does that. Of course you can have threads in DOS if you use pthreads. GNAT (The GNU Ada compiler) for DOS is based on DJGPP and includes pthreads based tasking. Jerry.