From: "Alberto Chessa" Newsgroups: comp.os.msdos.djgpp Subject: Re: __dpmi_regs defined where? Date: 5 Aug 1998 07:06:12 GMT Organization: TIN Lines: 11 Message-ID: <01bdc03f$f4a57a40$92c809c0@chessa> References: <6q8kl0$rjq$1 AT news DOT minn DOT net> NNTP-Posting-Host: a-mi38-49.tin.it To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk minn.net wrote in article <6q8kl0$rjq$1 AT news DOT minn DOT net>... > I have been looking into supporting 640x480x256 color graphics and every > code example I have seen uses _dpmi_regs to set the mode. When I try to use > this the compiler states that it is "undeclared (first use in this > function)". I cannot find any reference to this (object?) any where and > cannot find its definition. Can any one point me in the right direction? > #include (it's "__dmpi_regs" - note the double '_')