Message-ID: <35EE4CB7.D32789F9@geocities.com> From: Merlin MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with returning to mode 3 References: <6sl05n$e8h$1 AT supernews DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 23 Date: Thu, 03 Sep 1998 08:10:31 GMT NNTP-Posting-Host: 251-cy-wpg.ilos.net NNTP-Posting-Date: Thu, 03 Sep 1998 03:10:31 CDT Organization: MBnet Networking Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk what is the error? L8r, Merlin. jud wrote: > I keep getting an error on this function, any ideas? > > > > void vganorm() { > > __dpmi_regs r; > > r.x.ax = 3; > > __dpmi_int(0x10, &r); > > }