From: Eli Zaretskii Newsgroups: comp.os.msdos.programmer,comp.os.msdos.djgpp Subject: Re: WARNING: DOS is about to die. Date: Mon, 6 Sep 1999 19:23:30 +0200 Organization: NetVision Israel Lines: 17 Message-ID: References: <7quo1t$94k$1 AT solomon DOT cs DOT rose-hulman DOT edu> <37D2EEE8 DOT CF27908C AT a DOT crl DOT com> <37D34350 DOT 2F2EE49B AT videotron DOT ca> <37D3456E DOT 448F01AF AT aol DOT com> <37D3D2E6 DOT 660F1586 AT unb DOT ca> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 936638538 1143 199.203.121.2 (6 Sep 1999 17:22:18 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 6 Sep 1999 17:22:18 GMT X-Sender: eliz AT is In-Reply-To: <37D3D2E6.660F1586@unb.ca> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 6 Sep 1999, Endlisnis wrote: > The only things that don't work under NT are SVGA and LFN's (the latter of > which could be fixed, but not trivially). If LFN's are no longer available, > DJGPP _might_ decide to stop supporting them and just use the 8.3 standard to > make it work under Win2xxx or whatever. NT has a lot of problems as a DJGPP platform. Some are listed in the FAQ, but as more and more people begin using DJGPP on NT in the recent two years, we learn more and more about these problems. The current draft of the next FAQ almost doubles the list of bugs, incompatibilities and other nasty aspects of NT wrt DJGPP. For example, did you know you cannot catch SIGINT and SIGFPE on NT? If you do, your program crashes, and the DrWatson log file clearly shows that it's an NT bug.