From: "Fabrice Francès" Newsgroups: comp.os.msdos.djgpp Subject: Re: Losing interrupts under NT or what ? Date: 27 Jan 1997 09:43:23 GMT Lines: 27 Message-ID: <01bc0c36$77e67310$636e46c0@linuxfly> References: <32E89982 DOT 5C11EFE7 AT ensica DOT fr> <01bc0a0d$d83d2630$636e46c0 AT linuxfly> NNTP-Posting-Host: 192.70.110.99 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > Anyway, > what I do know for a fact is that you can't access the sound card hardware > under NT, at least with the normal drivers, and that's basically all that > matters to me :) right, that's my problem too. My program has the nice/nasty feature of accessing all the hardware directly (sound blaster, vga registers (not SVGA fortunately), timers, uart, keyboard). For now, it works painful with the sound disabled... > I don't - I'm mainly doing my development for Win32 platforms nowadays. > It's just that people looking for a good performance shouldn't be running > DOS programs under WinNT or Win95 - native Win32 applications are much > more suitable for that. Depending on your application, a native Win32 port > might be pretty easy or very difficult to do. You're right, but a port to Win32 frightens me... > Not normally, yes, but I'm not sure if WinNT gives all the available CPU > time to DOS programs. Is there a way to parameterize the priority of Dos tasks ? Fabrice