From: "Henri P. Gavin" Newsgroups: comp.os.msdos.djgpp Subject: Hardware Register Programming Win2000 Date: 10 Aug 2001 19:43:31 GMT Organization: Duke University, Durham, NC, USA Lines: 12 Message-ID: <9l1dh3$9md$1@news.duke.edu> NNTP-Posting-Host: godzilla2.acpub.duke.edu User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (SunOS/5.6 (sun4m)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I have a DJGPP-compiled hardware driver working fine under Win98/DOS. I have tried to re-compile under Win2000 and appear to be unable to write to the hardware registers. This is a PCI Bus card, and we get the Base Addresses from the hardware device manager, as we did under Win98. In general DJGPP appears to compile the code, except for the inportb, inportw, outportw, and outportb commands. Thanks in advance for any help/advice. Henri Gavin and Jesse Hoagg hpgavin AT duke DOT edu jbh8 AT duke DOT edu